diff --git a/packages/cli/src/ui/commands/docsCommand.test.ts b/packages/cli/src/ui/commands/docsCommand.test.ts index 73b7396a..083ef5b2 100644 --- a/packages/cli/src/ui/commands/docsCommand.test.ts +++ b/packages/cli/src/ui/commands/docsCommand.test.ts @@ -35,7 +35,7 @@ describe('docsCommand', () => { throw new Error('docsCommand must have an action.'); } - const docsUrl = 'https://goo.gle/gemini-cli-docs'; + const docsUrl = 'https://github.com/QwenLM/qwen-code'; await docsCommand.action(mockContext, ''); @@ -57,7 +57,7 @@ describe('docsCommand', () => { // Simulate a sandbox environment process.env.SANDBOX = 'gemini-sandbox'; - const docsUrl = 'https://goo.gle/gemini-cli-docs'; + const docsUrl = 'https://github.com/QwenLM/qwen-code'; await docsCommand.action(mockContext, ''); @@ -80,7 +80,7 @@ describe('docsCommand', () => { // Simulate the specific 'sandbox-exec' environment process.env.SANDBOX = 'sandbox-exec'; - const docsUrl = 'https://goo.gle/gemini-cli-docs'; + const docsUrl = 'https://github.com/QwenLM/qwen-code'; await docsCommand.action(mockContext, '');