Skip to content

Commit 6d16839

Browse files
committed
feat(jzero): update docs link
feat(jzero): update docs link feat(jzero): update docs link
1 parent 841feee commit 6d16839

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README-EN.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It has the following features:
2727

2828
* Maintain commonly used development templates and generate projects that meet enterprise-level code specifications with one click
2929

30-
For more details please see: https://jzero.jaronnie.com/en. The English documentation is incomplete and is still being supplemented
30+
For more details please see: https://docs.jzero.io/en. The English documentation is incomplete and is still being supplemented
3131

3232
## Install
3333

@@ -80,12 +80,12 @@ go run main.go server
8080
For more examples code please see: https://github.com/jzero-io/examples
8181

8282
Project Practice please see:
83-
* api frame: https://jzero.jaronnie.com/project/api.html
84-
* gateway frame: https://jzero.jaronnie.com/project/gateway.html
83+
* api frame: https://docs.jzero.io/project/api.html
84+
* gateway frame: https://docs.jzero.io/project/gateway.html
8585

8686
## Roadmap
8787

88-
please see: https://jzero.jaronnie.com/roadmap/base.html
88+
please see: https://docs.jzero.io/roadmap/base.html
8989

9090
## Contributors
9191

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
* 将 jzero 应用部署在 [Vercel](https://vercel.com), [模板仓库分支](https://github.com/jzero-io/templates/tree/api-vercel), [代码示例](https://github.com/jaronnie/go-serverless-vercel)
1818
* 基于 git change 生成代码, 极大提升大型项目开发体验
19-
* 基于 jzero 的[后台管理系统](https://github.com/jzero-io/jzero-admin), [演示地址](https://demo.jzero-admin.jaronnie.com)
19+
* 基于 jzero 的[后台管理系统](https://github.com/jzero-io/jzero-admin), [演示地址](https://admin.jzero.io)
2020

2121
中文 | [ENGLISH](README-EN.md)
2222

@@ -32,7 +32,7 @@
3232
* 维护常用开发模板, 一键生成符合企业级代码规范的项目
3333
* 所有配套工具链跨平台使用, 支持 windows/mac/linux
3434

35-
更多详情请参阅:https://jzero.jaronnie.com
35+
更多详情请参阅:https://docs.jzero.io
3636

3737
## 下载
3838

@@ -85,16 +85,16 @@ go run main.go server
8585
更多示例代码请参阅: https://github.com/jzero-io/examples
8686

8787
项目实战请参阅:
88-
* api 框架: https://jzero.jaronnie.com/project/api.html
89-
* gateway 框架: https://jzero.jaronnie.com/project/gateway.html
88+
* api 框架: https://docs.jzero.io/project/api.html
89+
* gateway 框架: https://docs.jzero.io/project/gateway.html
9090

9191
## 路线图
9292

93-
请参阅: https://jzero.jaronnie.com/roadmap/base.html
93+
请参阅: https://docs.jzero.io/roadmap/base.html
9494

9595
## 贡献者
9696

97-
[贡献](https://jzero.jaronnie.com/guide/contribute)
97+
[贡献](https://docs.jzero.io/guide/contribute.html)
9898

9999
<div>
100100
<a href="https://github.com/jzero-io/jzero/graphs/contributors">

docs/src/.vuepress/theme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sidebar from "./sidebar.js";
55

66
// @ts-ignore
77
export default hopeTheme({
8-
hostname: "https://jzero.jaronnie.com",
8+
hostname: "https://docs.jzero.io",
99

1010
author: {
1111
name: "jaronnie",

0 commit comments

Comments
 (0)