Skip to content

Commit

Permalink
docs: update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 11, 2024
1 parent 63affb1 commit b19416d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/commands/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ FLAG DESCRIPTIONS
--key=<value> ReadMe project API key
An API key for your ReadMe project. Note that API authentication is required despite being omitted from the example
usage. See our docs for more information: https://github.com/readmeio/rdme/tree/v9#authentication
usage. See our docs for more information: https://github.com/readmeio/rdme/tree/v10#authentication
```
2 changes: 1 addition & 1 deletion documentation/commands/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ FLAG DESCRIPTIONS
--key=<value> ReadMe project API key
An API key for your ReadMe project. Note that API authentication is required despite being omitted from the example
usage. See our docs for more information: https://github.com/readmeio/rdme/tree/v9#authentication
usage. See our docs for more information: https://github.com/readmeio/rdme/tree/v10#authentication
--update Bypasses the create/update prompt and automatically updates an existing API definition in ReadMe.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const keyFlag = Flags.string({
summary: 'ReadMe project API key',
required: true,
description:
'An API key for your ReadMe project. Note that API authentication is required despite being omitted from the example usage. See our docs for more information: https://github.com/readmeio/rdme/tree/v9#authentication',
'An API key for your ReadMe project. Note that API authentication is required despite being omitted from the example usage. See our docs for more information: https://github.com/readmeio/rdme/tree/v10#authentication',
});

/**
Expand Down

0 comments on commit b19416d

Please sign in to comment.