Skip to content

Commit 84b90bf

Browse files
docs: 将所有文档中的 loadchange 仓库链接更新为 web3spreads
修复 index.tsx 首页 GitHub 按钮链接及所有文档页面中的 git clone 地址、GitHub 引用链接,统一指向 web3spreads/quant-flow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d3b0a2b commit 84b90bf

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

website/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,5 @@ Only switch to mainnet (`HYPERLIQUID_TESTNET=false`) after successful testnet va
224224

225225
## Getting Help
226226

227-
- **GitHub Issues**: [https://github.com/loadchange/quant-flow/issues](https://github.com/loadchange/quant-flow/issues)
227+
- **GitHub Issues**: [https://github.com/web3spreads/quant-flow/issues](https://github.com/web3spreads/quant-flow/issues)
228228
- **Logs**: Always include relevant log excerpts when reporting issues (`logs/main.log`)

website/docs/getting-started/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Docker Compose is the recommended way to run Quant Flow in production. It handle
1919
### 1. Clone the Repository
2020

2121
```bash
22-
git clone https://github.com/loadchange/quant-flow
22+
git clone https://github.com/web3spreads/quant-flow
2323
cd quant-flow
2424
```
2525

website/docs/getting-started/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
2424
### 1. Clone and Enter the Repository
2525

2626
```bash
27-
git clone https://github.com/loadchange/quant-flow
27+
git clone https://github.com/web3spreads/quant-flow
2828
cd quant-flow
2929
```
3030

website/docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Both strategies are fully decoupled. You can run either or both simultaneously v
5555

5656
```bash
5757
# 1. Clone the repository
58-
git clone https://github.com/loadchange/quant-flow
58+
git clone https://github.com/web3spreads/quant-flow
5959
cd quant-flow
6060

6161
# 2. Install dependencies
@@ -79,7 +79,7 @@ Always validate your configuration on Hyperliquid **testnet** before trading rea
7979

8080
## Repository
8181

82-
- **GitHub**: [https://github.com/loadchange/quant-flow](https://github.com/loadchange/quant-flow)
82+
- **GitHub**: [https://github.com/web3spreads/quant-flow](https://github.com/web3spreads/quant-flow)
8383

8484
## Next Steps
8585

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/backtesting/single.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ uv run python backtest.py \
4343
- `live_report.json` — 实时更新的回测状态
4444
- 最终绩效统计(总收益、最大回撤、胜率等)
4545

46-
更多详情参考 [BACKTEST_README.md](https://github.com/loadchange/quant-flow/blob/main/BACKTEST_README.md)
46+
更多详情参考 [BACKTEST_README.md](https://github.com/web3spreads/quant-flow/blob/main/BACKTEST_README.md)

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/getting-started/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Docker Compose 是生产环境运行 Quant Flow 的推荐方式。它负责进
1919
### 1. 克隆仓库
2020

2121
```bash
22-
git clone https://github.com/loadchange/quant-flow
22+
git clone https://github.com/web3spreads/quant-flow
2323
cd quant-flow
2424
```
2525

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/getting-started/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
2424
### 1. 克隆并进入仓库
2525

2626
```bash
27-
git clone https://github.com/loadchange/quant-flow
27+
git clone https://github.com/web3spreads/quant-flow
2828
cd quant-flow
2929
```
3030

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Quant Flow **不是**简单的规则型机器人。它使用 LLM 作为决策引
5555

5656
```bash
5757
# 1. 克隆仓库
58-
git clone https://github.com/loadchange/quant-flow
58+
git clone https://github.com/web3spreads/quant-flow
5959
cd quant-flow
6060

6161
# 2. 安装依赖
@@ -79,7 +79,7 @@ uv run python main.py
7979

8080
## 仓库地址
8181

82-
- **GitHub**: [https://github.com/loadchange/quant-flow](https://github.com/loadchange/quant-flow)
82+
- **GitHub**: [https://github.com/web3spreads/quant-flow](https://github.com/web3spreads/quant-flow)
8383

8484
## 下一步
8585

website/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function HomepageHeader() {
5959
</Link>
6060
<Link
6161
className="button button--outline button--secondary button--lg"
62-
href="https://github.com/loadchange/quant-flow">
62+
href="https://github.com/web3spreads/quant-flow">
6363
GitHub ★
6464
</Link>
6565
</div>

0 commit comments

Comments
 (0)