From 5962c186b8f1e313c1abe4536b5c416145ba56cc Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Sat, 22 Apr 2023 15:04:30 +0800 Subject: [PATCH] Update docs --- README.md | 2 +- docs/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6a97196..7d5514da 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ For full documentation & more details, visit: [Docs](https://www.hippo4j.cn) - [[ JavaGuide ]](https://github.com/Snailclimb/JavaGuide):一份涵盖大部分 Java 程序员所需要掌握的核心知识。 - [[ toBeBetterJavaer ]](https://github.com/itwanger/toBeBetterJavaer):一份通俗易懂、风趣幽默的 Java 学习指南。 - [[ Jpom ]](https://gitee.com/dromara/Jpom):简而轻的低侵入式在线构建、自动部署、日常运维、项目监控软件。 -- [[ CongoMall ]](https://github.com/opengoofy/congomall):作者的另一个开源项目刚果商城,包含了商城业务和基础架构两大模块。 +- [[ CongoMall ]](https://gitee.com/opengoofy/congomall):作者的另一个开源项目刚果商城,包含了商城业务和基础架构两大模块。 ### 贡献者 diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index befde2df..857f2106 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -116,7 +116,7 @@ const config = { position: 'left', }, { - href: 'https://magestack.cn', + href: 'https://gitee.com/opengoofy/congomall', label: '👉 刚果商城', position: 'left', },