From 0f13ffa45825c954bc3eaa02dafef4816ba0846c Mon Sep 17 00:00:00 2001 From: Turtle Date: Wed, 12 Aug 2026 14:03:11 +0800 Subject: [PATCH] docs: link Web UI guide index explicitly --- README.i18n.yaml | 4 ++-- README.md | 2 +- README.zh.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.i18n.yaml b/README.i18n.yaml index 4d38f6e19c..f1bd278906 100644 --- a/README.i18n.yaml +++ b/README.i18n.yaml @@ -2,5 +2,5 @@ # side as of the last confirmed-consistent state. Both languages carry equal authority; # after editing either side, bring the other along and re-record with: # pnpm run verify-translation-pairing --write README.md -README.md: 690cde099d93ea2a371b31f441030153b1aca973 -README.zh.md: 2a8046011da7c1970d1210f291973db36e379665 +README.md: 785d7dd41cb64b0c0cbd6c23abcd2cdd6ba815db +README.zh.md: 82bc2eace173d4f56892f514e5a9eebc4f2079d8 diff --git a/README.md b/README.md index 690cde099d..785d7dd41c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npx @deepseek-ai/dsh web The command initializes the Web profile and prints the Web UI URL, which is `http://127.0.0.1:3080` by default. Open it, add a DeepSeek API key under **Settings → Models**, then start a session. The invoking directory is the default workspace; try `Summarize this repository and identify its main packages.` -Continue with the [Web UI guide](docs/user/guide/). +Continue with the [Web UI guide](docs/user/guide/index.md). ### Run from source diff --git a/README.zh.md b/README.zh.md index 2a8046011d..82bc2eace1 100644 --- a/README.zh.md +++ b/README.zh.md @@ -22,7 +22,7 @@ npx @deepseek-ai/dsh web 该命令会初始化 Web profile 并打印 Web UI 地址,默认地址为 `http://127.0.0.1:3080`。打开该地址,在**设置 → 模型**中添加 DeepSeek API 密钥,然后启动一个会话。调用目录是默认工作区;你可以尝试输入 `Summarize this repository and identify its main packages.`。 -下一步请阅读 [Web UI 指南](docs/user/guide/)。 +下一步请阅读 [Web UI 指南](docs/user/guide/index.md)。 ### 从源码运行