From d2704818d95ba8ec53ead91169dd556efdb65e44 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 31 Aug 2024 20:23:45 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=96=B0=E5=A2=9E=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/dev/guide.md | 2 +- docs/zh/dev/guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)一份轻雪仓库到你的个人/组织账户下。