Skip to content

Commit 0b70144

Browse files
committed
fix: wiki link references
1 parent 796563c commit 0b70144

File tree

15 files changed

+110
-110
lines changed

15 files changed

+110
-110
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ If applicable, add screenshots to help explain your problem.
3232
Add any other context about the problem here.
3333

3434
**Provide logs**
35-
Find the log at https://github.com/sumneko/lua-language-server/wiki/Default-log-path
35+
Find the log at https://github.com/sumneko/lua-language-server/wiki/FAQ#where-can-i-find-the-log-file

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ Please [help me][en-US] improve the quality of `en-US`.
6565
## Build
6666
The extensions in the VSCode market already come with pre-compiled binary files, usually you don't need to compile them.
6767

68-
Other clients can first try to download and use [pre-compiled binary files](https://github.com/sumneko/lua-language-server/wiki/PreCompiled-Binaries).
68+
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).
6969

70-
If you need to compile by yourself, please refer to [here](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run)
70+
If you need to compile by yourself, please refer to [here](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#build)
7171

7272
## Setting
7373

7474
* In VSCode: Just use the setting of VSCode.
75-
* Standalone: See https://github.com/sumneko/lua-language-server/wiki/Setting
75+
* Standalone: See https://github.com/sumneko/lua-language-server/wiki/Settings
7676

7777
## Credit
7878

@@ -114,4 +114,4 @@ If you need to compile by yourself, please refer to [here](https://github.com/su
114114

115115
## Telemetry
116116

117-
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.
117+
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.

doc/en-us/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ false
13971397

13981398
# runtime.plugin
13991399

1400-
Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugin) to learn more.
1400+
Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more.
14011401

14021402
## type
14031403

@@ -1588,7 +1588,7 @@ Array<string>
15881588

15891589
# telemetry.enable
15901590

1591-
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).
1591+
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).
15921592

15931593

15941594
## type

doc/pt-br/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ false
13971397

13981398
# runtime.plugin
13991399

1400-
Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugin) to learn more.
1400+
Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more.
14011401

14021402
## type
14031403

@@ -1588,7 +1588,7 @@ Array<string>
15881588

15891589
# telemetry.enable
15901590

1591-
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).
1591+
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).
15921592

15931593

15941594
## type

doc/zh-cn/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ integer
12221222

12231223
# misc.parameters
12241224

1225-
VSCode中启动语言服务时的[命令行参数](https://github.com/sumneko/lua-language-server/wiki/Command-line)
1225+
VSCode中启动语言服务时的[命令行参数](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)
12261226

12271227
## type
12281228

@@ -1396,7 +1396,7 @@ false
13961396

13971397
# runtime.plugin
13981398

1399-
插件路径,请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/Plugin)了解用法。
1399+
插件路径,请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/Plugins)了解用法。
14001400

14011401
## type
14021402

@@ -1587,7 +1587,7 @@ Array<string>
15871587

15881588
# telemetry.enable
15891589

1590-
启用遥测,通过网络发送你的编辑器信息与错误日志。在[此处](https://github.com/sumneko/lua-language-server/wiki/%E9%9A%90%E7%A7%81%E5%A3%B0%E6%98%8E)阅读我们的隐私声明。
1590+
启用遥测,通过网络发送你的编辑器信息与错误日志。在[此处](https://github.com/sumneko/lua-language-server/wiki/%E9%9A%90%E7%A7%81)阅读我们的隐私声明。
15911591

15921592

15931593
## type

doc/zh-tw/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ integer
12221222

12231223
# misc.parameters
12241224

1225-
VSCode中啟動語言伺服時的[命令列參數](https://github.com/sumneko/lua-language-server/wiki/Command-line)
1225+
VSCode中啟動語言伺服時的[命令列參數](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)
12261226

12271227
## type
12281228

@@ -1396,7 +1396,7 @@ false
13961396

13971397
# runtime.plugin
13981398

1399-
延伸模組路徑,請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/Plugin)瞭解用法。
1399+
延伸模組路徑,請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/Plugins)瞭解用法。
14001400

14011401
## type
14021402

@@ -1587,7 +1587,7 @@ Array<string>
15871587

15881588
# telemetry.enable
15891589

1590-
啟用遙測,透過網路發送你的編輯器資訊與錯誤日誌。在[此處](https://github.com/sumneko/lua-language-server/wiki/%E9%9A%B1%E7%A7%81%E8%81%B2%E6%98%8E)閱讀我們的隱私聲明。
1590+
啟用遙測,透過網路發送你的編輯器資訊與錯誤日誌。在[此處](https://github.com/sumneko/lua-language-server/wiki/%E9%9A%B1%E7%A7%81)閱讀我們的隱私聲明。
15911591

15921592

15931593
## type

locale/en-us/script.lua

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ WORKSPACE_DIAGNOSTIC =
171171
WORKSPACE_SKIP_HUGE_FILE =
172172
'For performance reasons, the parsing of this file has been stopped: {}'
173173
WORKSPACE_NOT_ALLOWED =
174-
'Your workspace is set to `{}`. Lua language server refused to load this directory. Please check your configuration.[learn more here](https://github.com/sumneko/lua-language-server/wiki/Why-scanning-home-folder)'
174+
'Your workspace is set to `{}`. Lua language server refused to load this directory. Please check your configuration.[learn more here](https://github.com/sumneko/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)'
175175
WORKSPACE_SCAN_TOO_MUCH =
176176
'More than {} files have been scanned. The current scanned directory is `{}`. Please confirm whether the configuration is correct.'
177177

@@ -512,7 +512,7 @@ WINDOW_APPLY_SETTING =
512512
WINDOW_CHECK_SEMANTIC =
513513
'If you are using the color theme in the market, you may need to modify `editor.semanticHighlighting.enabled` to `true` to make semantic tokens take effect.'
514514
WINDOW_TELEMETRY_HINT =
515-
'Please allow sending anonymous usage data and error reports to help us further improve this extension. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy) .'
515+
'Please allow sending anonymous usage data and error reports to help us further improve this extension. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Home#privacy) .'
516516
WINDOW_TELEMETRY_ENABLE =
517517
'Allow'
518518
WINDOW_TELEMETRY_DISABLE =
@@ -588,7 +588,7 @@ Defines a class/table structure
588588
Manager = {}
589589
```
590590
---
591-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#class)
591+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#class)
592592
]=]
593593
LUADOC_DESC_TYPE =
594594
[=[
@@ -639,7 +639,7 @@ local x --x[""] is true
639639
local myFunction
640640
```
641641
---
642-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#types-and-type)
642+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#types-and-type)
643643
]=]
644644
LUADOC_DESC_ALIAS =
645645
[=[
@@ -675,7 +675,7 @@ function find(path, pattern) end
675675
function setFontStyle(style) end
676676
```
677677
---
678-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#alias)
678+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#alias)
679679
]=]
680680
LUADOC_DESC_PARAM =
681681
[=[
@@ -700,7 +700,7 @@ function get(url, headers, timeout) end
700700
function concat(base, ...) end
701701
```
702702
---
703-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#param)
703+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#param)
704704
]=]
705705
LUADOC_DESC_RETURN =
706706
[=[
@@ -738,7 +738,7 @@ function getFirstLast() end
738738
function getTags(item) end
739739
```
740740
---
741-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#return)
741+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#return)
742742
]=]
743743
LUADOC_DESC_FIELD =
744744
[=[
@@ -768,7 +768,7 @@ response = get("localhost")
768768
statusCode = response.status.code
769769
```
770770
---
771-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#field)
771+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#field)
772772
]=]
773773
LUADOC_DESC_GENERIC =
774774
[=[
@@ -825,7 +825,7 @@ local v = Generic("Foo") -- v is an object of Foo
825825
-- we give for key (K) or value (V)
826826
```
827827
---
828-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#generics-and-generic)
828+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#generics-and-generic)
829829
]=]
830830
LUADOC_DESC_VARARG =
831831
[=[
@@ -844,7 +844,7 @@ provide typing or allow descriptions.
844844
function concat(...) end
845845
```
846846
---
847-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#vararg)
847+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#vararg)
848848
]=]
849849
LUADOC_DESC_OVERLOAD =
850850
[=[
@@ -859,7 +859,7 @@ Allows defining of multiple function signatures.
859859
function table.insert(t, position, value) end
860860
```
861861
---
862-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#overload)
862+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#overload)
863863
]=]
864864
LUADOC_DESC_DEPRECATED =
865865
[=[
@@ -870,7 +870,7 @@ being ~~struck through~~.
870870
`---@deprecated`
871871
872872
---
873-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#deprecated)
873+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#deprecated)
874874
]=]
875875
LUADOC_DESC_META =
876876
[=[
@@ -885,7 +885,7 @@ There are 3 main distinctions to note with meta files:
885885
`---@meta`
886886
887887
---
888-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#meta)
888+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#meta)
889889
]=]
890890
LUADOC_DESC_VERSION =
891891
[=[
@@ -910,7 +910,7 @@ function onlyWorksInJIT() end
910910
function oldLuaOnly() end
911911
```
912912
---
913-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#version)
913+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#version)
914914
]=]
915915
LUADOC_DESC_SEE =
916916
[=[
@@ -920,7 +920,7 @@ Define something that can be viewed for more information
920920
`---@see <text>`
921921
922922
---
923-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#see)
923+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#see)
924924
]=]
925925
LUADOC_DESC_DIAGNOSTIC =
926926
[=[
@@ -946,7 +946,7 @@ local unused = "hello world"
946946
---@diagnostic enable: unused-local
947947
```
948948
---
949-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#diagnostic)
949+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#diagnostic)
950950
]=]
951951
LUADOC_DESC_MODULE =
952952
[=[
@@ -963,7 +963,7 @@ local stringUtils
963963
local module = require('string.utils')
964964
```
965965
---
966-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#module)
966+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#module)
967967
]=]
968968
LUADOC_DESC_ASYNC =
969969
[=[
@@ -973,7 +973,7 @@ Marks a function as asynchronous.
973973
`---@async`
974974
975975
---
976-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#async)
976+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#async)
977977
]=]
978978
LUADOC_DESC_NODISCARD =
979979
[=[
@@ -985,7 +985,7 @@ be ignored.
985985
`---@nodiscard`
986986
987987
---
988-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#nodiscard)
988+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#nodiscard)
989989
]=]
990990
LUADOC_DESC_CAST =
991991
[=[
@@ -1020,7 +1020,7 @@ local x --> string|table
10201020
print(x) --> table
10211021
```
10221022
---
1023-
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#cast)
1023+
[View Wiki](https://github.com/sumneko/lua-language-server/wiki/Annotations#cast)
10241024
]=]
10251025
LUADOC_DESC_OPERATOR =
10261026
[=[
@@ -1055,7 +1055,7 @@ pB = -pA
10551055
LUADOC_DESC_ENUM =
10561056
[=[
10571057
Mark a table as an enum. If you want an enum but can't define it as a Lua
1058-
table, take a look at the [`@alias`](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#alias)
1058+
table, take a look at the [`@alias`](https://github.com/sumneko/lua-language-server/wiki/Annotations#alias)
10591059
tag.
10601060
10611061
## Syntax

locale/en-us/setting.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ config.runtime.unicodeName =
2525
config.runtime.nonstandardSymbol =
2626
"Supports non-standard symbols. Make sure that your runtime environment supports these symbols."
2727
config.runtime.plugin =
28-
"Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugin) to learn more."
28+
"Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more."
2929
config.runtime.pluginArgs =
3030
"Additional arguments for the plugin."
3131
config.runtime.fileEncoding =
@@ -259,7 +259,7 @@ config.spell.dict = -- TODO: need translate!
259259
'Custom words for spell checking.'
260260
config.telemetry.enable =
261261
[[
262-
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).
262+
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).
263263
]]
264264
config.misc.parameters =
265265
'[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.'

0 commit comments

Comments
 (0)