Skip to content

Commit

Permalink
feat(jzero): update docs link
Browse files Browse the repository at this point in the history
feat(jzero): update docs link

feat(jzero): update docs link
  • Loading branch information
jaronnie committed Dec 13, 2024
1 parent 841feee commit 6d16839
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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

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

## 下载

Expand Down Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6d16839

Please sign in to comment.