@@ -112,7 +112,7 @@ bingoctl create myapp --init-git=false
112112bingoctl create myapp -r v1.2.3
113113```
114114
115- 详细的 bingoctl 使用指南请查看 [ 使用 bingoctl] ( ./docs/ guide/using-bingoctl.md ) 。
115+ 详细的 bingoctl 使用指南请查看 [ 使用 bingoctl] ( https://bingoctl.dev/ guide/using-bingoctl) 。
116116
117117### 方式二: 克隆 Bingo 仓库
118118
@@ -184,41 +184,41 @@ open http://localhost:8080/swagger/index.html
184184
185185### 📖 推荐学习路径
186186
187- ** 初学者** :[ 什么是Bingo] ( ./docs/ guide/what-is-bingo.md ) → [ 快速开始] ( ./docs/ guide/getting-started.md ) → [ 项目结构] ( ./docs/ guide/project-structure.md ) → [ 开发第一个功能] ( ./docs/ guide/first-feature.md )
187+ ** 初学者** :[ 什么是Bingo] ( https://bingoctl.dev/ guide/what-is-bingo) → [ 快速开始] ( https://bingoctl.dev/ guide/getting-started) → [ 项目结构] ( https://bingoctl.dev/ guide/project-structure) → [ 开发第一个功能] ( https://bingoctl.dev/ guide/first-feature)
188188
189- ** 深入学习** :[ 整体架构] ( ./docs/ essentials/architecture.md ) → [ 分层架构详解] ( ./docs/ essentials/layered-design.md ) → [ Store包设计] ( ./docs/ essentials/store.md ) → [ 开发规范] ( ./docs/ development/standards.md )
189+ ** 深入学习** :[ 整体架构] ( https://bingoctl.dev/ essentials/architecture) → [ 分层架构详解] ( https://bingoctl.dev/ essentials/layered-design) → [ Store包设计] ( https://bingoctl.dev/ essentials/store) → [ 开发规范] ( https://bingoctl.dev/ development/standards)
190190
191- ** 生产部署** :[ Docker部署] ( ./docs/deployment/docker.md ) → [ 常见问题排查 ] ( ./docs/ deployment/troubleshooting.md ) → [ 微服务拆分] ( ./docs/ advanced/microservices.md )
191+ ** 生产部署** :[ Docker部署] ( https://bingoctl.dev/ deployment/docker ) → [ 微服务拆分] ( https://bingoctl.dev/ advanced/microservices)
192192
193193### 📚 新手入门
194194
195- - [ 什么是 Bingo] ( ./docs/ guide/what-is-bingo.md ) - 了解 Bingo 的定位和特性
196- - [ 快速开始] ( ./docs/ guide/getting-started.md ) - 10 分钟快速启动项目
197- - [ 使用 bingoctl] ( ./docs/ guide/using-bingoctl.md ) - CLI 工具完整指南
198- - [ 项目结构] ( ./docs/ guide/project-structure.md ) - 理解项目目录组织
199- - [ 开发第一个功能] ( ./docs/ guide/first-feature.md ) - 通过实例学习开发流程
195+ - [ 什么是 Bingo] ( https://bingoctl.dev/ guide/what-is-bingo) - 了解 Bingo 的定位和特性
196+ - [ 快速开始] ( https://bingoctl.dev/ guide/getting-started) - 10 分钟快速启动项目
197+ - [ 使用 bingoctl] ( https://bingoctl.dev/ guide/using-bingoctl) - CLI 工具完整指南
198+ - [ 项目结构] ( https://bingoctl.dev/ guide/project-structure) - 理解项目目录组织
199+ - [ 开发第一个功能] ( https://bingoctl.dev/ guide/first-feature) - 通过实例学习开发流程
200200
201201### 🏗️ 核心概念
202202
203- - [ 整体架构] ( ./docs/ essentials/architecture.md ) - 理解微服务架构设计
204- - [ 分层架构详解] ( ./docs/ essentials/layered-design.md ) - 掌握三层架构模式
205- - [ Store 包设计] ( ./docs/ essentials/store.md ) - 数据访问层设计原理
203+ - [ 整体架构] ( https://bingoctl.dev/ essentials/architecture) - 理解微服务架构设计
204+ - [ 分层架构详解] ( https://bingoctl.dev/ essentials/layered-design) - 掌握三层架构模式
205+ - [ Store 包设计] ( https://bingoctl.dev/ essentials/store) - 数据访问层设计原理
206206
207207### 💻 开发指南
208208
209- - [ 开发规范] ( ./docs/ development/standards.md ) - 代码规范和最佳实践
209+ - [ 开发规范] ( https://bingoctl.dev/ development/standards) - 代码规范和最佳实践
210210
211211### 🧩 组件参考
212212
213- - [ 核心组件概览] ( ./docs/ components/overview.md ) - 了解所有可用组件
213+ - [ 核心组件概览] ( https://bingoctl.dev/ components/overview) - 了解所有可用组件
214214
215215### 🚀 部署运维
216216
217- - [ Docker 部署] ( ./docs/ deployment/docker.md ) - 容器化部署指南
217+ - [ Docker 部署] ( https://bingoctl.dev/ deployment/docker) - 容器化部署指南
218218
219219### 🔬 进阶主题
220220
221- - [ 微服务拆分] ( ./docs/ advanced/microservices.md ) - 大型项目的微服务拆分
221+ - [ 微服务拆分] ( https://bingoctl.dev/ advanced/microservices) - 大型项目的微服务拆分
222222
223223## 常用命令
224224
@@ -265,7 +265,7 @@ bingo/
265265└── scripts/ # 脚本工具
266266```
267267
268- 详细说明请查看 [ 项目结构文档] ( ./docs/ guide/project-structure.md ) 。
268+ 详细说明请查看 [ 项目结构文档] ( https://bingoctl.dev/ guide/project-structure) 。
269269
270270## 贡献指南
271271
0 commit comments