diff --git a/README.md b/README.md index c471b1a247..05eee108fe 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Continue with the [Web UI guide](docs/user/guide/index.md). To run a repository checkout instead: ```sh -git clone https://github.com/deepseek-harness/deepseek-harness.git +git clone https://github.com/deepseek-ai/deepseek-harness.git cd deepseek-harness pnpm install pnpm run build diff --git a/README.zh.md b/README.zh.md index a13a5e3acc..1a25075e63 100644 --- a/README.zh.md +++ b/README.zh.md @@ -30,7 +30,7 @@ npx @deepseek-ai/dsh web 如需从仓库源码运行: ```sh -git clone https://github.com/deepseek-harness/deepseek-harness.git +git clone https://github.com/deepseek-ai/deepseek-harness.git cd deepseek-harness pnpm install pnpm run build diff --git a/docs/user/guide/python-sdk.md b/docs/user/guide/python-sdk.md index 5e1c31bf00..71c588ce8c 100644 --- a/docs/user/guide/python-sdk.md +++ b/docs/user/guide/python-sdk.md @@ -17,7 +17,7 @@ This tutorial is the programmatic alternative to the Web UI. It installs the pub Clone the repository for its runnable example, create a virtual environment, and install the SDK with its same-version bundled runtime: ```sh -git clone https://github.com/deepseek-harness/deepseek-harness.git +git clone https://github.com/deepseek-ai/deepseek-harness.git cd deepseek-harness python -m venv .venv . .venv/bin/activate diff --git a/docs/user/guide/python-sdk.zh.md b/docs/user/guide/python-sdk.zh.md index ee2a7306ec..e273477a3d 100644 --- a/docs/user/guide/python-sdk.zh.md +++ b/docs/user/guide/python-sdk.zh.md @@ -17,7 +17,7 @@ 克隆仓库以使用其中的可运行示例,创建虚拟环境,并安装 SDK 及其同版本内置运行时: ```sh -git clone https://github.com/deepseek-harness/deepseek-harness.git +git clone https://github.com/deepseek-ai/deepseek-harness.git cd deepseek-harness python -m venv .venv . .venv/bin/activate