summaryrefslogtreecommitdiff
path: root/doc/zh-tw/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/zh-tw/config.md')
-rw-r--r--doc/zh-tw/config.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md
index 0d639b2b..8084374b 100644
--- a/doc/zh-tw/config.md
+++ b/doc/zh-tw/config.md
@@ -1577,7 +1577,7 @@ string
# misc.parameters
-VSCode中啟動語言伺服時的[命令列參數](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。
+VSCode中啟動語言伺服時的[命令列參數](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。
## type
@@ -1752,7 +1752,7 @@ false
# runtime.plugin
-延伸模組路徑,請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/Plugins)瞭解用法。
+延伸模組路徑,請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/Plugins)瞭解用法。
## type
@@ -2194,7 +2194,7 @@ true
# workspace.userThirdParty
-在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)
+在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)
## type
@@ -2206,4 +2206,4 @@ Array<string>
```jsonc
[]
-``` \ No newline at end of file
+```