From 602b5cb80eab8f03da6934cac891db29e8133d99 Mon Sep 17 00:00:00 2001 From: samanhappy Date: Mon, 3 Nov 2025 17:04:49 +0800 Subject: [PATCH] fix: update GitHub repository links to point to the new repository (#423) --- docs/development/contributing.mdx | 2 +- docs/zh/development.mdx | 2 +- docs/zh/essentials/code.mdx | 8 ++++---- docs/zh/essentials/navigation.mdx | 2 +- docs/zh/index.mdx | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/development/contributing.mdx b/docs/development/contributing.mdx index 63f665c..a5c97b2 100644 --- a/docs/development/contributing.mdx +++ b/docs/development/contributing.mdx @@ -78,7 +78,7 @@ git clone https://github.com/YOUR_USERNAME/mcphub.git cd mcphub # 2. Add upstream remote -git remote add upstream https://github.com/mcphub/mcphub.git +git remote add upstream https://github.com/samanhappy/mcphub.git # 3. Install dependencies pnpm install diff --git a/docs/zh/development.mdx b/docs/zh/development.mdx index 5eff9cb..e91d580 100644 --- a/docs/zh/development.mdx +++ b/docs/zh/development.mdx @@ -48,7 +48,7 @@ docker --version ```bash # 克隆主仓库 -git clone https://github.com/mcphub/mcphub.git +git clone https://github.com/samanhappy/mcphub.git cd mcphub # 或者克隆您的 fork diff --git a/docs/zh/essentials/code.mdx b/docs/zh/essentials/code.mdx index d683423..64e274f 100644 --- a/docs/zh/essentials/code.mdx +++ b/docs/zh/essentials/code.mdx @@ -388,7 +388,7 @@ CMD ["node", "dist/index.js"] ````md ```bash # 克隆 MCPHub 仓库 -git clone https://github.com/mcphub/mcphub.git +git clone https://github.com/samanhappy/mcphub.git cd mcphub # 安装依赖 @@ -413,7 +413,7 @@ npm start ```bash # 克隆 MCPHub 仓库 -git clone https://github.com/mcphub/mcphub.git +git clone https://github.com/samanhappy/mcphub.git cd mcphub # 安装依赖 @@ -441,7 +441,7 @@ npm start ```powershell # Windows PowerShell 安装步骤 # 克隆仓库 -git clone https://github.com/mcphub/mcphub.git +git clone https://github.com/samanhappy/mcphub.git Set-Location mcphub # 安装 Node.js 依赖 @@ -458,7 +458,7 @@ npm run dev ```powershell # Windows PowerShell 安装步骤 # 克隆仓库 -git clone https://github.com/mcphub/mcphub.git +git clone https://github.com/samanhappy/mcphub.git Set-Location mcphub # 安装 Node.js 依赖 diff --git a/docs/zh/essentials/navigation.mdx b/docs/zh/essentials/navigation.mdx index 280d090..e90f8bd 100644 --- a/docs/zh/essentials/navigation.mdx +++ b/docs/zh/essentials/navigation.mdx @@ -331,7 +331,7 @@ MCPHub 文档支持以下图标库的图标: "pages": [ { "name": "GitHub 仓库", - "url": "https://github.com/mcphub/mcphub", + "url": "https://github.com/samanhappy/mcphub", "icon": "github" }, { diff --git a/docs/zh/index.mdx b/docs/zh/index.mdx index 88100c6..bd9aaa2 100644 --- a/docs/zh/index.mdx +++ b/docs/zh/index.mdx @@ -71,7 +71,7 @@ MCPHub 提供完整的 RESTful API 和多语言 SDK,方便与现有系统集 加入 MCPHub 社区,获取帮助和分享经验。 - + 查看源代码、提交问题和贡献代码