feat: update /docs link (#438)

This commit is contained in:
pomelo 2025-08-26 15:49:29 +08:00 committed by GitHub
parent 5cc65697bd
commit 98fd0f6a89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ export const docsCommand: SlashCommand = {
description: 'open full Qwen Code documentation in your browser',
kind: CommandKind.BUILT_IN,
action: async (context: CommandContext): Promise<void> => {
const docsUrl = 'https://github.com/QwenLM/qwen-code';
const docsUrl = 'https://qwenlm.github.io/qwen-code-docs/en';
if (process.env.SANDBOX && process.env.SANDBOX !== 'sandbox-exec') {
context.ui.addItem(