diff --git a/docs/cli/autocomplete.md b/docs/cli/autocomplete.md index c4417c646..4690c15b0 100644 --- a/docs/cli/autocomplete.md +++ b/docs/cli/autocomplete.md @@ -34,4 +34,4 @@ EXAMPLES $ celocli autocomplete --refresh-cache ``` -_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.0/src/commands/autocomplete/index.ts)_ +_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/main/src/commands/autocomplete/index.ts)_ diff --git a/docs/cli/commands.md b/docs/cli/commands.md index 1d9b9cae8..3c8a9c69b 100644 --- a/docs/cli/commands.md +++ b/docs/cli/commands.md @@ -37,4 +37,4 @@ DESCRIPTION list all the commands ``` -_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/v3.3.4/src/commands/commands.ts)_ +_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/main/src/commands/commands.ts)_