diff options
| author | Mark McDonald <[email protected]> | 2025-06-23 13:37:41 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-23 05:37:41 +0000 |
| commit | 523aeec544f7c184bbd6e763fd6027b72a4d0fdf (patch) | |
| tree | 228f0a3824f31e796b1bda5a1b27925edcb8fa3d /packages/cli/src/ui/hooks/slashCommandProcessor.ts | |
| parent | 64e1c7df75366bccc268dcfeff367a715462f5b2 (diff) | |
Use shorter URL for docs link (#1324)
Diffstat (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/slashCommandProcessor.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index c78859bc..2bc84a10 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -186,8 +186,7 @@ export const useSlashCommandProcessor = ( name: 'docs', description: 'open full Gemini CLI documentation in your browser', action: async (_mainCommand, _subCommand, _args) => { - const docsUrl = - 'https://github.com/google-gemini/gemini-cli/blob/main/docs/index.md'; + const docsUrl = 'https://goo.gle/gemini-cli-docs'; if (process.env.SANDBOX && process.env.SANDBOX !== 'sandbox-exec') { addMessage({ type: MessageType.INFO, |
