Skip to content

Commit

Permalink
Fix Broken Links (lobehub#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
justindhillon authored Dec 14, 2023
1 parent 05e6ecd commit 4b64c7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Development-Guide/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LobeChat 的核心技术栈如下:
- **路由**:路由管理我们直接使用 [Next.js](https://nextjs.org/) 自身提供的解决方案。
- **国际化**:我们使用 [i18next](https://www.i18next.com/) 来实现应用的多语言支持。
- **样式**:我们使用 [antd-style](https://github.com/ant-design/antd-style),这是一款与 Ant Design 配套的 CSS-in-JS 库。
- **单元测试**:我们使用 [vitest](https://github.com/vitejs/vitest) 进行单元测试。
- **单元测试**:我们使用 [vitest](https://github.com/vitest-dev/vitest) 进行单元测试。

## 文件夹目录架构

Expand Down
2 changes: 1 addition & 1 deletion docs/Plugin-Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ If you want more people to use your plugin, you are welcome to submit it for rev
- **📘 Pluging SDK Docs**: <https://chat-plugin-sdk.lobehub.com>
- **🚀 chat-plugin-template**: <https://github.com/lobehub/chat-plugin-template>
- **🧩 chat-plugin-sdk**: <https://github.com/lobehub/chat-plugin-sdk>
- **🚪 chat-plugin-sdk**: <https://github.com/lobehub/chat-plugin-gateway>
- **🚪 chat-plugin-sdk**: <https://github.com/lobehub/chat-plugins-gateway>
- **🏪 lobe-chat-plugins**: <https://github.com/lobehub/lobe-chat-plugins>

<!-- LINK GROUP -->
Expand Down
2 changes: 1 addition & 1 deletion docs/Plugin-Development.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default Render;
- **📘 Pluging SDK 文档**: <https://chat-plugin-sdk.lobehub.com>
- **🚀 chat-plugin-template**: <https://github.com/lobehub/chat-plugin-template>
- **🧩 chat-plugin-sdk**: <https://github.com/lobehub/chat-plugin-sdk>
- **🚪 chat-plugin-gateway**: <https://github.com/lobehub/chat-plugin-gateway>
- **🚪 chat-plugin-gateway**: <https://github.com/lobehub/chat-plugins-gateway>
- **🏪 lobe-chat-plugins**: <https://github.com/lobehub/lobe-chat-plugins>

<!-- LINK GROUP -->
Expand Down

0 comments on commit 4b64c7d

Please sign in to comment.