diff options
author | carsakiller <carsakiller@gmail.com> | 2023-08-10 23:29:50 -0400 |
---|---|---|
committer | carsakiller <carsakiller@gmail.com> | 2023-08-10 23:29:50 -0400 |
commit | 3899160724e488f194c7844e819a649445f0dd57 (patch) | |
tree | 95020c0a3cad6cf48761e5200a62865114cf355e /doc | |
parent | 63211177f8f3ad2a50dca3ab2ccaae737486813c (diff) | |
download | lua-language-server-3899160724e488f194c7844e819a649445f0dd57.zip |
chore: replace wiki references
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en-us/config.md | 4 | ||||
-rw-r--r-- | doc/pt-br/config.md | 8 | ||||
-rw-r--r-- | doc/zh-cn/config.md | 10 | ||||
-rw-r--r-- | doc/zh-tw/config.md | 6 |
4 files changed, 14 insertions, 14 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md index 96813af1..9e087d70 100644 --- a/doc/en-us/config.md +++ b/doc/en-us/config.md @@ -1853,7 +1853,7 @@ false # runtime.plugin -Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more. +Plugin path. Please read the [wiki](https://luals.github.io/wiki/plugins) to learn more. ## type @@ -2291,4 +2291,4 @@ Array<string> ```jsonc [] -```
\ No newline at end of file +``` diff --git a/doc/pt-br/config.md b/doc/pt-br/config.md index d18552ad..68643bdd 100644 --- a/doc/pt-br/config.md +++ b/doc/pt-br/config.md @@ -738,7 +738,7 @@ object<string, string> ```jsonc { /* - 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1` + 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1` */ "ambiguity-1": "Any", /* @@ -1007,7 +1007,7 @@ object<string, string> ```jsonc { /* - 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1` + 优先级歧义,如:`num or 0 + 1`,推测用户的实际期望为 `(num or 0) + 1` */ "ambiguity-1": "Warning", /* @@ -1853,7 +1853,7 @@ false # runtime.plugin -Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more. +Plugin path. Please read the [wiki](https://luals.github.io/wiki/plugins) to learn more. ## type @@ -2291,4 +2291,4 @@ Array<string> ```jsonc [] -```
\ No newline at end of file +``` 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<string, string> ```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<string, string> ```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<string> ```jsonc [] -```
\ No newline at end of file +``` diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md index daadb558..a39b8f7b 100644 --- a/doc/zh-tw/config.md +++ b/doc/zh-tw/config.md @@ -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<string> ```jsonc [] -```
\ No newline at end of file +``` |