diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-28 01:11:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 01:11:29 +0800 |
commit | 7549c48d88a9489a57d6a4e97b978a1441595360 (patch) | |
tree | 63638abafac48dcc65dab590df18e0d418db0e33 /README.md | |
parent | 796563cdb7ca57d6780f042c75e1daf9728e0b31 (diff) | |
parent | 0b70144cbf10a84de1ab2f1b3df5a5f1edd62b18 (diff) | |
download | lua-language-server-7549c48d88a9489a57d6a4e97b978a1441595360.zip |
Merge pull request #1397 from carsakiller/wiki-links
fix: wiki link references
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -65,14 +65,14 @@ Please [help me][en-US] improve the quality of `en-US`. ## Build The extensions in the VSCode market already come with pre-compiled binary files, usually you don't need to compile them. -Other clients can first try to download and use [pre-compiled binary files](https://github.com/sumneko/lua-language-server/wiki/PreCompiled-Binaries). +Other clients can first try to download and use [pre-compiled binary files](https://github.com/sumneko/lua-language-server/wiki/Get-Started#command-line). -If you need to compile by yourself, please refer to [here](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run) +If you need to compile by yourself, please refer to [here](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#build) ## Setting * In VSCode: Just use the setting of VSCode. -* Standalone: See https://github.com/sumneko/lua-language-server/wiki/Setting +* Standalone: See https://github.com/sumneko/lua-language-server/wiki/Settings ## Credit @@ -114,4 +114,4 @@ If you need to compile by yourself, please refer to [here](https://github.com/su ## Telemetry -This language server collects usage data and sends it to the development team to help improve the extension. Read our [privacy policy](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy) to learn more and how to disable any telemetry. +This language server collects usage data and sends it to the development team to help improve the extension. Read our [privacy policy](https://github.com/sumneko/lua-language-server/wiki/Home#privacy) to learn more and how to disable any telemetry. |