diff options
author | carsakiller <carsakiller@gmail.com> | 2023-02-03 10:47:20 -0500 |
---|---|---|
committer | carsakiller <carsakiller@gmail.com> | 2023-02-03 10:47:20 -0500 |
commit | e45e41e730923817435dd1ae1543496ed9302faf (patch) | |
tree | 8e3003acebf235301606e00b96529941e918b131 /doc/en-us | |
parent | 514403f34821956dccb483aa957f37d266aa3bc3 (diff) | |
download | lua-language-server-e45e41e730923817435dd1ae1543496ed9302faf.zip |
chore: update links to point to organization
Diffstat (limited to 'doc/en-us')
-rw-r--r-- | doc/en-us/config.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md index ff74b41d..dab1a456 100644 --- a/doc/en-us/config.md +++ b/doc/en-us/config.md @@ -1578,7 +1578,7 @@ string # misc.parameters -[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language server in VSCode. +[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language server in VSCode. ## type @@ -1753,7 +1753,7 @@ false # runtime.plugin -Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more. +Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more. ## type @@ -2195,7 +2195,7 @@ true # workspace.userThirdParty -Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd) +Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd) ## type @@ -2207,4 +2207,4 @@ Array<string> ```jsonc [] -```
\ No newline at end of file +``` |