diff --git a/documentation/commands/changelogs.md b/documentation/commands/changelogs.md index a7fab22a1..b1be5dc78 100644 --- a/documentation/commands/changelogs.md +++ b/documentation/commands/changelogs.md @@ -43,5 +43,5 @@ FLAG DESCRIPTIONS --key= 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 ``` diff --git a/documentation/commands/openapi.md b/documentation/commands/openapi.md index 0eb4fdcc1..56be132d1 100644 --- a/documentation/commands/openapi.md +++ b/documentation/commands/openapi.md @@ -100,7 +100,7 @@ FLAG DESCRIPTIONS --key= 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. diff --git a/src/lib/flags.ts b/src/lib/flags.ts index bcf14dc17..fe1a66443 100644 --- a/src/lib/flags.ts +++ b/src/lib/flags.ts @@ -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', }); /**