diff --git a/README-EN.md b/README-EN.md index 3a9c3982..948588b9 100644 --- a/README-EN.md +++ b/README-EN.md @@ -27,7 +27,7 @@ It has the following features: * Maintain commonly used development templates and generate projects that meet enterprise-level code specifications with one click -For more details please see: https://jzero.jaronnie.com/en. The English documentation is incomplete and is still being supplemented +For more details please see: https://docs.jzero.io/en. The English documentation is incomplete and is still being supplemented ## Install @@ -80,12 +80,12 @@ go run main.go server For more examples code please see: https://github.com/jzero-io/examples Project Practice please see: -* api frame: https://jzero.jaronnie.com/project/api.html -* gateway frame: https://jzero.jaronnie.com/project/gateway.html +* api frame: https://docs.jzero.io/project/api.html +* gateway frame: https://docs.jzero.io/project/gateway.html ## Roadmap -please see: https://jzero.jaronnie.com/roadmap/base.html +please see: https://docs.jzero.io/roadmap/base.html ## Contributors diff --git a/README.md b/README.md index 47044ed5..131d55fc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ * 将 jzero 应用部署在 [Vercel](https://vercel.com), [模板仓库分支](https://github.com/jzero-io/templates/tree/api-vercel), [代码示例](https://github.com/jaronnie/go-serverless-vercel) * 基于 git change 生成代码, 极大提升大型项目开发体验 -* 基于 jzero 的[后台管理系统](https://github.com/jzero-io/jzero-admin), [演示地址](https://demo.jzero-admin.jaronnie.com) +* 基于 jzero 的[后台管理系统](https://github.com/jzero-io/jzero-admin), [演示地址](https://admin.jzero.io) 中文 | [ENGLISH](README-EN.md) @@ -32,7 +32,7 @@ * 维护常用开发模板, 一键生成符合企业级代码规范的项目 * 所有配套工具链跨平台使用, 支持 windows/mac/linux -更多详情请参阅:https://jzero.jaronnie.com +更多详情请参阅:https://docs.jzero.io ## 下载 @@ -85,16 +85,16 @@ go run main.go server 更多示例代码请参阅: https://github.com/jzero-io/examples 项目实战请参阅: -* api 框架: https://jzero.jaronnie.com/project/api.html -* gateway 框架: https://jzero.jaronnie.com/project/gateway.html +* api 框架: https://docs.jzero.io/project/api.html +* gateway 框架: https://docs.jzero.io/project/gateway.html ## 路线图 -请参阅: https://jzero.jaronnie.com/roadmap/base.html +请参阅: https://docs.jzero.io/roadmap/base.html ## 贡献者 -[贡献](https://jzero.jaronnie.com/guide/contribute) +[贡献](https://docs.jzero.io/guide/contribute.html) <div> <a href="https://github.com/jzero-io/jzero/graphs/contributors"> diff --git a/docs/src/.vuepress/theme.ts b/docs/src/.vuepress/theme.ts index 9fa3a19e..2c41caed 100644 --- a/docs/src/.vuepress/theme.ts +++ b/docs/src/.vuepress/theme.ts @@ -5,7 +5,7 @@ import sidebar from "./sidebar.js"; // @ts-ignore export default hopeTheme({ - hostname: "https://jzero.jaronnie.com", + hostname: "https://docs.jzero.io", author: { name: "jaronnie",