From 3899160724e488f194c7844e819a649445f0dd57 Mon Sep 17 00:00:00 2001 From: carsakiller Date: Thu, 10 Aug 2023 23:29:50 -0400 Subject: chore: replace wiki references --- doc/zh-cn/config.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/zh-cn') diff --git a/doc/zh-cn/config.md b/doc/zh-cn/config.md index 692b5a91..bf33501d 100644 --- a/doc/zh-cn/config.md +++ b/doc/zh-cn/config.md @@ -738,7 +738,7 @@ object ```jsonc { /* - 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1` + 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1` */ "ambiguity-1": "Any", /* @@ -1006,7 +1006,7 @@ object ```jsonc { /* - 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1` + 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1` */ "ambiguity-1": "Warning", /* @@ -1659,7 +1659,7 @@ string # misc.parameters -VSCode中启动语言服务时的[命令行参数](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。 +VSCode中启动语言服务时的[命令行参数](https://luals.github.io/wiki/usage/#arguments)。 ## type @@ -1852,7 +1852,7 @@ false # runtime.plugin -插件路径,请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/Plugins)了解用法。 +插件路径,请查阅[文档](https://luals.github.io/wiki/plugins)了解用法。 ## type @@ -2290,4 +2290,4 @@ Array ```jsonc [] -``` \ No newline at end of file +``` -- cgit v1.2.3