Use shorter URL for docs link (#1324)

This commit is contained in:
Mark McDonald 2025-06-23 13:37:41 +08:00 committed by GitHub
parent 64e1c7df75
commit 523aeec544
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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,