From 008398bd842e814ddcddb08166197580564f376b Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 6 May 2022 14:47:17 +0100 Subject: [PATCH] Update README.md --- mirai-console/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirai-console/docs/README.md b/mirai-console/docs/README.md index 66723813a..d1d6074a1 100644 --- a/mirai-console/docs/README.md +++ b/mirai-console/docs/README.md @@ -11,7 +11,7 @@ ### 后端插件开发基础 -- 插件 - [Plugin 模块](Plugins.md) +- 插件 - [Plugin 模块](plugin/Plugins.md) - 指令 - [Command 模块](Commands.md) - 存储 - [PluginData 模块](PluginData.md) - 权限 - [Permission 模块](Permissions.md)