diff --git a/start/install-and-first-task.mdx b/start/install-and-first-task.mdx
index 7875218..c712434 100644
--- a/start/install-and-first-task.mdx
+++ b/start/install-and-first-task.mdx
@@ -356,7 +356,7 @@ trellis init -u your-name
trellis init -u your-name --template electron-fullstack
```
-The interactive picker shows all templates from the [official marketplace](https://github.com/mindfold-ai/Trellis/tree/main/marketplace). Choose one or start with blank specs.
+The interactive picker shows all templates from the [official marketplace](https://github.com/mindfold-ai/marketplace). Choose one or start with blank specs.
### Custom Registry (`--registry`)
diff --git a/templates/specs-cf-workers.mdx b/templates/specs-cf-workers.mdx
index d359900..b7bb915 100644
--- a/templates/specs-cf-workers.mdx
+++ b/templates/specs-cf-workers.mdx
@@ -8,7 +8,7 @@ A complete coding convention template for production Cloudflare Workers applicat
Download as ZIP and extract to `.trellis/spec/`
@@ -106,7 +106,7 @@ spec/
Browse the template source code
diff --git a/templates/specs-electron.mdx b/templates/specs-electron.mdx
index e62fdf1..9d457b8 100644
--- a/templates/specs-electron.mdx
+++ b/templates/specs-electron.mdx
@@ -8,7 +8,7 @@ A complete coding convention template for Electron applications with React front
Download as ZIP and extract to `.trellis/spec/`
@@ -87,7 +87,7 @@ spec/
Browse the template source code
diff --git a/templates/specs-index.mdx b/templates/specs-index.mdx
index c97496a..e28faf9 100644
--- a/templates/specs-index.mdx
+++ b/templates/specs-index.mdx
@@ -13,29 +13,29 @@ Spec templates help you quickly set up coding guidelines for your project. Downl
| Template | Stack | Description |
| ------------------------------------------------------------------------------------------------------------------- | ---------- | ---------------------------------------- |
-| [Electron + React + TypeScript](https://github.com/mindfold-ai/Trellis/tree/main/marketplace/specs/electron-fullstack) | Full-stack | Electron desktop app with React frontend |
-| [Next.js + oRPC + PostgreSQL](https://github.com/mindfold-ai/Trellis/tree/main/marketplace/specs/nextjs-fullstack) | Full-stack | Next.js app with oRPC API and PostgreSQL |
-| [CF Workers + Hono + Turso](https://github.com/mindfold-ai/Trellis/tree/main/marketplace/specs/cf-workers-fullstack) | Full-stack | Cloudflare Workers with Hono and Turso |
+| [Electron + React + TypeScript](https://github.com/mindfold-ai/marketplace/tree/main/specs/electron-fullstack) | Full-stack | Electron desktop app with React frontend |
+| [Next.js + oRPC + PostgreSQL](https://github.com/mindfold-ai/marketplace/tree/main/specs/nextjs-fullstack) | Full-stack | Next.js app with oRPC API and PostgreSQL |
+| [CF Workers + Hono + Turso](https://github.com/mindfold-ai/marketplace/tree/main/specs/cf-workers-fullstack) | Full-stack | Cloudflare Workers with Hono and Turso |
Electron + React + TypeScript (50 files)
Next.js + oRPC + PostgreSQL (35 files)
CF Workers + Hono + Turso (38 files)
@@ -124,4 +124,4 @@ You don't have to fill every spec file at once. Start with the areas that matter
## Contributing Templates
-Want to share your specs with the community? Create a repository with your templates and open a PR to add it to the [official template registry](https://github.com/mindfold-ai/Trellis/tree/main/marketplace).
+Want to share your specs with the community? Create a repository with your templates and open a PR to add it to the [official template registry](https://github.com/mindfold-ai/marketplace).
diff --git a/templates/specs-nextjs.mdx b/templates/specs-nextjs.mdx
index 9064d1e..8f83849 100644
--- a/templates/specs-nextjs.mdx
+++ b/templates/specs-nextjs.mdx
@@ -8,7 +8,7 @@ A complete coding convention template for production Next.js applications with o
Download as ZIP and extract to `.trellis/spec/`
@@ -106,7 +106,7 @@ spec/
Browse the template source code
diff --git a/zh/start/install-and-first-task.mdx b/zh/start/install-and-first-task.mdx
index 773fe7d..11081cf 100644
--- a/zh/start/install-and-first-task.mdx
+++ b/zh/start/install-and-first-task.mdx
@@ -343,7 +343,7 @@ trellis init -u your-name
trellis init -u your-name --template electron-fullstack
```
-交互选择器会列出 [官方 marketplace](https://github.com/mindfold-ai/Trellis/tree/main/marketplace) 的所有模板,选一个或者直接从空 spec 开始。
+交互选择器会列出 [官方 marketplace](https://github.com/mindfold-ai/marketplace) 的所有模板,选一个或者直接从空 spec 开始。
### 自定义 Registry(`--registry`)
diff --git a/zh/templates/specs-cf-workers.mdx b/zh/templates/specs-cf-workers.mdx
index 4752e9b..db5fc5c 100644
--- a/zh/templates/specs-cf-workers.mdx
+++ b/zh/templates/specs-cf-workers.mdx
@@ -8,7 +8,7 @@ description: 'Cloudflare Workers 全栈应用 + Hono 框架 + Turso 数据库的
下载 ZIP 并解压到 `.trellis/spec/`
@@ -106,7 +106,7 @@ spec/
浏览模板源码
diff --git a/zh/templates/specs-electron.mdx b/zh/templates/specs-electron.mdx
index 6233480..c3e79c8 100644
--- a/zh/templates/specs-electron.mdx
+++ b/zh/templates/specs-electron.mdx
@@ -8,7 +8,7 @@ description: 'Electron 桌面应用 + React 前端的全栈编码规范模板'
下载 ZIP 并解压到 `.trellis/spec/`
@@ -87,7 +87,7 @@ spec/
浏览模板源码
diff --git a/zh/templates/specs-index.mdx b/zh/templates/specs-index.mdx
index 2f2e678..4c5e021 100644
--- a/zh/templates/specs-index.mdx
+++ b/zh/templates/specs-index.mdx
@@ -13,29 +13,29 @@ Spec 模板帮你快速搭建项目的编码规范。下载、定制、使用。
| 模板 | 技术栈 | 说明 |
| ------------------------------------------------------------------------------------------------------------------- | ------ | ------------------------------ |
-| [Electron + React + TypeScript](https://github.com/mindfold-ai/Trellis/tree/main/marketplace/specs/electron-fullstack) | 全栈 | Electron 桌面应用 + React 前端 |
-| [Next.js + oRPC + PostgreSQL](https://github.com/mindfold-ai/Trellis/tree/main/marketplace/specs/nextjs-fullstack) | 全栈 | Next.js 应用 + oRPC API + PostgreSQL |
-| [CF Workers + Hono + Turso](https://github.com/mindfold-ai/Trellis/tree/main/marketplace/specs/cf-workers-fullstack) | 全栈 | Cloudflare Workers + Hono + Turso |
+| [Electron + React + TypeScript](https://github.com/mindfold-ai/marketplace/tree/main/specs/electron-fullstack) | 全栈 | Electron 桌面应用 + React 前端 |
+| [Next.js + oRPC + PostgreSQL](https://github.com/mindfold-ai/marketplace/tree/main/specs/nextjs-fullstack) | 全栈 | Next.js 应用 + oRPC API + PostgreSQL |
+| [CF Workers + Hono + Turso](https://github.com/mindfold-ai/marketplace/tree/main/specs/cf-workers-fullstack) | 全栈 | Cloudflare Workers + Hono + Turso |
Electron + React + TypeScript(50 个文件)
Next.js + oRPC + PostgreSQL(35 个文件)
CF Workers + Hono + Turso(38 个文件)
@@ -124,4 +124,4 @@ spec/
## 贡献模板
-想和社区分享你的 spec?创建一个包含模板的仓库,然后提 PR 将它添加到[官方模板仓库](https://github.com/mindfold-ai/Trellis/tree/main/marketplace)。
+想和社区分享你的 spec?创建一个包含模板的仓库,然后提 PR 将它添加到[官方模板仓库](https://github.com/mindfold-ai/marketplace)。
diff --git a/zh/templates/specs-nextjs.mdx b/zh/templates/specs-nextjs.mdx
index b1b25ea..2f05a19 100644
--- a/zh/templates/specs-nextjs.mdx
+++ b/zh/templates/specs-nextjs.mdx
@@ -8,7 +8,7 @@ description: 'Next.js 全栈应用 + oRPC API 层 + PostgreSQL 的编码规范
下载 ZIP 并解压到 `.trellis/spec/`
@@ -106,7 +106,7 @@ spec/
浏览模板源码