summaryrefslogtreecommitdiff
path: root/locale/en-us/setting.lua
diff options
context:
space:
mode:
authorcarsakiller <carsakiller@gmail.com>2022-07-27 13:02:14 -0400
committercarsakiller <carsakiller@gmail.com>2022-07-27 13:02:14 -0400
commit0b70144cbf10a84de1ab2f1b3df5a5f1edd62b18 (patch)
tree63638abafac48dcc65dab590df18e0d418db0e33 /locale/en-us/setting.lua
parent796563cdb7ca57d6780f042c75e1daf9728e0b31 (diff)
downloadlua-language-server-0b70144cbf10a84de1ab2f1b3df5a5f1edd62b18.zip
fix: wiki link references
Diffstat (limited to 'locale/en-us/setting.lua')
-rw-r--r--locale/en-us/setting.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua
index 49c79b1c..99b027b8 100644
--- a/locale/en-us/setting.lua
+++ b/locale/en-us/setting.lua
@@ -25,7 +25,7 @@ config.runtime.unicodeName =
config.runtime.nonstandardSymbol =
"Supports non-standard symbols. Make sure that your runtime environment supports these symbols."
config.runtime.plugin =
-"Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugin) to learn more."
+"Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more."
config.runtime.pluginArgs =
"Additional arguments for the plugin."
config.runtime.fileEncoding =
@@ -259,7 +259,7 @@ config.spell.dict = -- TODO: need translate!
'Custom words for spell checking.'
config.telemetry.enable =
[[
-Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy).
+Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Home#privacy).
]]
config.misc.parameters =
'[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.'