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/src/lib/flags.ts b/src/lib/flags.ts index d2d8b4793..ae28876fa 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', }); /**