diff --git a/docs/en/dev/server-plugin.md b/docs/en/dev/server-plugin.md index d55e6025..46bb2b57 100644 --- a/docs/en/dev/server-plugin.md +++ b/docs/en/dev/server-plugin.md @@ -24,7 +24,7 @@ See [PluginDef.h](/include/Server/PluginDef.h) for more details. ## Compiling a plugin -The plugin must be compiled with the same dependencies and compiler options as clice, otherwise it will cause undefined behavior. [config/llvm-manifest.json](config/llvm-manifest.json) defines the build information used by clice. +The plugin must be compiled with the same dependencies and compiler options as clice, otherwise it will cause undefined behavior. [config/llvm-manifest.json](/config/llvm-manifest.json) defines the build information used by clice. ## Loading plugins diff --git a/docs/zh/dev/server-plugin.md b/docs/zh/dev/server-plugin.md index cff78e60..429f000d 100644 --- a/docs/zh/dev/server-plugin.md +++ b/docs/zh/dev/server-plugin.md @@ -24,7 +24,7 @@ clice_get_server_plugin_info() { ## 编译插件 -插件必须使用与 clice 一致的依赖和编译器选项来编译,否则会导致 undefined behavior。[config/llvm-manifest.json](config/llvm-manifest.json) 中定义了 clice 使用的构建信息。 +插件必须使用与 clice 一致的依赖和编译器选项来编译,否则会导致 undefined behavior。[config/llvm-manifest.json](/config/llvm-manifest.json) 中定义了 clice 使用的构建信息。 ## 加载插件