diff --git a/docs/en/dev/guide.md b/docs/en/dev/guide.md index 934a126f..33d37a0b 100644 --- a/docs/en/dev/guide.md +++ b/docs/en/dev/guide.md @@ -5,7 +5,7 @@ order: 0 # Development Guide ## How to Develop -Please read the [Plugin Development](./plugin) and [API Reference](./api) documents if you are developing a plugin. +Please read the [Plugin Development](./plugin) and [API Reference](./api/) documents if you are developing a plugin. If you need to submit code to the Liteyuki repository, please read the following: 1. First [fork](https://github.com/LiteyukiStudio/LiteyukiBot/fork) a copy of the Liteyuki repository to your personal/organization account. diff --git a/docs/zh/dev/guide.md b/docs/zh/dev/guide.md index bba16ffd..9642a4b7 100644 --- a/docs/zh/dev/guide.md +++ b/docs/zh/dev/guide.md @@ -5,7 +5,7 @@ order: 0 # 开发指南 ## 如何开发 -插件开发无需阅读本文档,请阅读[插件开发文档](./plugin)和[API 引用](./api)。 +插件开发无需阅读本文档,请阅读[插件开发文档](./plugin)和[API 引用](./api/)。 如需往轻雪仓库提交代码,请阅读以下内容: 1. 首先[fork](https://github.com/LiteyukiStudio/LiteyukiBot/fork)一份轻雪仓库到你的个人/组织账户下。