diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 0bb446b1baa0716de66fc79a11f38d240a876088..07e6726481d75bb0146b14e54c4d0102db513c9b 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1 +1 @@
-custom: ["https://paypal.me/sumneko", "https://github.com/sumneko/lua-language-server/issues/484"]
+custom: ["https://paypal.me/sumneko", "https://github.com/LuaLS/lua-language-server/issues/484"]
diff --git a/README.md b/README.md
index 01b97298eb662a2a429b04335a38f5634d84dfbd..026bcfd686ee78692e5bfe09d9a5fb70c330bf0d 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 # lua-language-server
 
-![build](https://github.com/sumneko/lua-language-server/workflows/build/badge.png)
+![build](https://github.com/LuaLS/lua-language-server/workflows/build/badge.png)
 [![version](https://vsmarketplacebadges.dev/version-short/sumneko.lua.png)](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
 ![installs](https://vsmarketplacebadges.dev/installs-short/sumneko.lua.png)
 ![downloads](https://vsmarketplacebadges.dev/downloads-short/sumneko.lua.png)
-[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/sumneko/lua-language-server.png)](https://github.com/sumneko/lua-language-server/issues "Average time to resolve an issue")
+[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/sumneko/lua-language-server.png)](https://github.com/LuaLS/lua-language-server/issues "Average time to resolve an issue")
 
 
 ***Lua development just got a whole lot better*** 🧠
@@ -13,20 +13,20 @@ The Lua language server provides various language features for Lua to make devel
 
 ## Features
 
-- 📄 Over 20 supported [annotations](https://github.com/sumneko/lua-language-server/wiki/Annotations) for documenting your code
+- 📄 Over 20 supported [annotations](https://github.com/LuaLS/lua-language-server/wiki/Annotations) for documenting your code
 - ↪ Go to definition
-- 🦺 Dynamic [type checking](https://github.com/sumneko/lua-language-server/wiki/Type-Checking)
+- 🦺 Dynamic [type checking](https://github.com/LuaLS/lua-language-server/wiki/Type-Checking)
 - 🔍 Find references
-- ⚠️ [Diagnostics/Warnings](https://github.com/sumneko/lua-language-server/wiki/Diagnostics)
-- 🕵️ [Syntax checking](https://github.com/sumneko/lua-language-server/wiki/Syntax-Errors)
+- ⚠️ [Diagnostics/Warnings](https://github.com/LuaLS/lua-language-server/wiki/Diagnostics)
+- 🕵️ [Syntax checking](https://github.com/LuaLS/lua-language-server/wiki/Syntax-Errors)
 - 📝 Element renaming
 - 🗨️ Hover to view details on variables, functions, and more
 - 🖊️ Autocompletion
-- 📚 Support for [libraries](https://github.com/sumneko/lua-language-server/wiki/Libraries)
-- 💅 [Code formatting](https://github.com/sumneko/lua-language-server/wiki/Formatter)
-- 💬 [Spell checking](https://github.com/sumneko/lua-language-server/wiki/Formatter)
-- 🛠️ Custom [plugins](https://github.com/sumneko/lua-language-server/wiki/Plugins)
-- 📖 [Documentation Generation](https://github.com/sumneko/lua-language-server/wiki/Export-Documentation)
+- 📚 Support for [libraries](https://github.com/LuaLS/lua-language-server/wiki/Libraries)
+- 💅 [Code formatting](https://github.com/LuaLS/lua-language-server/wiki/Formatter)
+- 💬 [Spell checking](https://github.com/LuaLS/lua-language-server/wiki/Formatter)
+- 🛠️ Custom [plugins](https://github.com/LuaLS/lua-language-server/wiki/Plugins)
+- 📖 [Documentation Generation](https://github.com/LuaLS/lua-language-server/wiki/Export-Documentation)
 
 ## Install
 
@@ -40,9 +40,9 @@ The language server and Visual Studio Code client can be installed from [the VS
 ![](https://github.com/sumneko/vscode-lua/raw/master/images//Install%20In%20VSCode.gif)
 
 ### Command Line
-[![Install for command line](https://img.shields.io/badge/Install%20For-Command%20Line-blue?style=for-the-badge&logo=windowsterminal "Install for command line")](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#command-line)
+[![Install for command line](https://img.shields.io/badge/Install%20For-Command%20Line-blue?style=for-the-badge&logo=windowsterminal "Install for command line")](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#command-line)
 
-Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#command-line) to install the language server for use on the command line. This allows the language server to be used for NeoVim and other clients that follow the language server protocol.
+Check the [wiki for a guide](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#command-line) to install the language server for use on the command line. This allows the language server to be used for NeoVim and other clients that follow the language server protocol.
 
 ## Supported Lua Versions
 | Version |    Supported   |
@@ -54,19 +54,19 @@ Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki
 | LuaJIT  | ![][checkmark] |
 
 ## Links
-- [Changelog](https://github.com/sumneko/lua-language-server/blob/master/changelog.md)
-- [Wiki](https://github.com/sumneko/lua-language-server/wiki)
-- [FAQ](https://github.com/sumneko/lua-language-server/wiki/FAQ)
+- [Changelog](https://github.com/LuaLS/lua-language-server/blob/master/changelog.md)
+- [Wiki](https://github.com/LuaLS/lua-language-server/wiki)
+- [FAQ](https://github.com/LuaLS/lua-language-server/wiki/FAQ)
 - [Report an issue][issues]
 - [Suggest a feature][issues]
-- [Discuss](https://github.com/sumneko/lua-language-server/discussions)
+- [Discuss](https://github.com/LuaLS/lua-language-server/discussions)
 
 > If you find any mistakes, please [report it][issues] or open a [pull request][pulls] if you have a fix of your own ❤️
 >
 > 如果你发现了任何错误,请[告诉我][issues]或使用[Pull Requests][pulls]来直接修复。❤️
 
-[issues]: https://github.com/sumneko/lua-language-server/issues
-[pulls]: https://github.com/sumneko/lua-language-server/pulls
+[issues]: https://github.com/LuaLS/lua-language-server/issues
+[pulls]: https://github.com/LuaLS/lua-language-server/pulls
 
 ## Available Languages
 
@@ -76,26 +76,26 @@ Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki
 - `pt-br` 🇧🇷
 
 
-> ℹ Note: All translations are provided and collaborated on by the community. If you find an inappropriate or harmful translation, [please report it immediately](https://github.com/sumneko/lua-language-server/issues).
+> ℹ Note: All translations are provided and collaborated on by the community. If you find an inappropriate or harmful translation, [please report it immediately](https://github.com/LuaLS/lua-language-server/issues).
 
-Are you able to [provide a translation](https://github.com/sumneko/lua-language-server/wiki/Translations)? It would be greatly appreciated!
+Are you able to [provide a translation](https://github.com/LuaLS/lua-language-server/wiki/Translations)? It would be greatly appreciated!
 
-Thank you to [all contributors of translations](https://github.com/sumneko/lua-language-server/commits/master/locale)!
+Thank you to [all contributors of translations](https://github.com/LuaLS/lua-language-server/commits/master/locale)!
 
-[en-US]: https://github.com/sumneko/lua-language-server/tree/master/locale/en-us
+[en-US]: https://github.com/LuaLS/lua-language-server/tree/master/locale/en-us
 
 ## Configuration
-Configuration of the server can be done in a number of ways, which are explained more in-depth in the [wiki](https://github.com/sumneko/lua-language-server/wiki/Configuration-File).
+Configuration of the server can be done in a number of ways, which are explained more in-depth in the [wiki](https://github.com/LuaLS/lua-language-server/wiki/Configuration-File).
 
 ### Visual Studio Code
 You can use the [settings editor](https://code.visualstudio.com/docs/getstarted/settings#_settings-editor) or edit the [raw JSON file](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson).
 
 ### Other
-See the [configuration file wiki page](https://github.com/sumneko/lua-language-server/wiki/Configuration-File).
+See the [configuration file wiki page](https://github.com/LuaLS/lua-language-server/wiki/Configuration-File).
 
 
 ## Privacy
-This language server has **opt-in** telemetry that 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.
+This language server has **opt-in** telemetry that collects usage data and sends it to the development team to help improve the extension. Read our [privacy policy](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy) to learn more.
 
 
 ## Contributors
diff --git a/changelog.md b/changelog.md
index 2f355b933649853eb202ec824357d17403e7501f..7408724f8d359328f8a1dbae01081ea45959c292 100644
--- a/changelog.md
+++ b/changelog.md
@@ -35,16 +35,16 @@
 * `FIX` [#1810]
 * `FIX` [#1829]
 
-[#1810]: https://github.com/sumneko/lua-language-server/issues/1810
-[#1829]: https://github.com/sumneko/lua-language-server/issues/1829
+[#1810]: https://github.com/LuaLS/lua-language-server/issues/1810
+[#1829]: https://github.com/LuaLS/lua-language-server/issues/1829
 
 ## 3.6.6
 `2023-1-17`
 * `FIX` [#1825]
 * `FIX` [#1826]
 
-[#1825]: https://github.com/sumneko/lua-language-server/issues/1825
-[#1826]: https://github.com/sumneko/lua-language-server/issues/1826
+[#1825]: https://github.com/LuaLS/lua-language-server/issues/1825
+[#1826]: https://github.com/LuaLS/lua-language-server/issues/1826
 
 ## 3.6.5
 `2023-1-16`
@@ -69,16 +69,16 @@
 * `FIX` [#1811]
 * `FIX` [#1824]
 
-[#831]:  https://github.com/sumneko/lua-language-server/issues/831
-[#1729]: https://github.com/sumneko/lua-language-server/issues/1729
-[#1737]: https://github.com/sumneko/lua-language-server/issues/1737
-[#1751]: https://github.com/sumneko/lua-language-server/issues/1751
-[#1767]: https://github.com/sumneko/lua-language-server/issues/1767
-[#1796]: https://github.com/sumneko/lua-language-server/issues/1796
-[#1805]: https://github.com/sumneko/lua-language-server/issues/1805
-[#1808]: https://github.com/sumneko/lua-language-server/issues/1808
-[#1811]: https://github.com/sumneko/lua-language-server/issues/1811
-[#1824]: https://github.com/sumneko/lua-language-server/issues/1824
+[#831]:  https://github.com/LuaLS/lua-language-server/issues/831
+[#1729]: https://github.com/LuaLS/lua-language-server/issues/1729
+[#1737]: https://github.com/LuaLS/lua-language-server/issues/1737
+[#1751]: https://github.com/LuaLS/lua-language-server/issues/1751
+[#1767]: https://github.com/LuaLS/lua-language-server/issues/1767
+[#1796]: https://github.com/LuaLS/lua-language-server/issues/1796
+[#1805]: https://github.com/LuaLS/lua-language-server/issues/1805
+[#1808]: https://github.com/LuaLS/lua-language-server/issues/1808
+[#1811]: https://github.com/LuaLS/lua-language-server/issues/1811
+[#1824]: https://github.com/LuaLS/lua-language-server/issues/1824
 
 ## 3.6.4
 `2022-11-29`
@@ -99,17 +99,17 @@
 * `FIX` [#1704]
 * `FIX` [#1717]
 
-[#1698]: https://github.com/sumneko/lua-language-server/issues/1698
-[#1704]: https://github.com/sumneko/lua-language-server/issues/1704
-[#1717]: https://github.com/sumneko/lua-language-server/issues/1717
+[#1698]: https://github.com/LuaLS/lua-language-server/issues/1698
+[#1704]: https://github.com/LuaLS/lua-language-server/issues/1704
+[#1717]: https://github.com/LuaLS/lua-language-server/issues/1717
 
 ## 3.6.3
 `2022-11-14`
 * `FIX` [#1684]
 * `FIX` [#1692]
 
-[#1684]: https://github.com/sumneko/lua-language-server/issues/1684
-[#1692]: https://github.com/sumneko/lua-language-server/issues/1692
+[#1684]: https://github.com/LuaLS/lua-language-server/issues/1684
+[#1692]: https://github.com/LuaLS/lua-language-server/issues/1692
 
 ## 3.6.2
 `2022-11-10`
@@ -119,10 +119,10 @@
 * `FIX` [#1679]
 * `FIX` [#1680]
 
-[#1676]: https://github.com/sumneko/lua-language-server/issues/1676
-[#1677]: https://github.com/sumneko/lua-language-server/issues/1677
-[#1679]: https://github.com/sumneko/lua-language-server/issues/1679
-[#1680]: https://github.com/sumneko/lua-language-server/issues/1680
+[#1676]: https://github.com/LuaLS/lua-language-server/issues/1676
+[#1677]: https://github.com/LuaLS/lua-language-server/issues/1677
+[#1679]: https://github.com/LuaLS/lua-language-server/issues/1679
+[#1680]: https://github.com/LuaLS/lua-language-server/issues/1680
 
 ## 3.6.1
 `2022-11-8`
@@ -131,7 +131,7 @@
 * `FIX` description disapeared for overloaded function
 * `FIX` [#1675]
 
-[#1675]: https://github.com/sumneko/lua-language-server/issues/1675
+[#1675]: https://github.com/LuaLS/lua-language-server/issues/1675
 
 ## 3.6.0
 `2022-11-8`
@@ -165,8 +165,8 @@
   * `Lua.doc.privateName`: treat matched fields as private
   * `Lua.doc.protectedName`: treat matched fields as protected
   * `Lua.doc.packageName`: treat matched fields as package
-* `NEW` CLI `--doc [path]` to make docs.  
-server will generate `doc.json` and `doc.md` in `LOGPATH`.  
+* `NEW` CLI `--doc [path]` to make docs.
+server will generate `doc.json` and `doc.md` in `LOGPATH`.
 `doc.md` is generated by `doc.json` by example code `script/cli/doc2md.lua`.
 * `CHG` [#1558] detect multi libraries
 * `CHG` [#1458] `semantic-tokens`: global variable is setted to `variable.global`
@@ -295,100 +295,100 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `FIX` [#1662]
 * `FIX` [#1672]
 
-[#1153]: https://github.com/sumneko/lua-language-server/issues/1153
-[#1177]: https://github.com/sumneko/lua-language-server/issues/1177
-[#1201]: https://github.com/sumneko/lua-language-server/issues/1201
-[#1202]: https://github.com/sumneko/lua-language-server/issues/1202
-[#1332]: https://github.com/sumneko/lua-language-server/issues/1332
-[#1344]: https://github.com/sumneko/lua-language-server/issues/1344
-[#1374]: https://github.com/sumneko/lua-language-server/issues/1374
-[#1434]: https://github.com/sumneko/lua-language-server/issues/1434
-[#1457]: https://github.com/sumneko/lua-language-server/issues/1457
-[#1458]: https://github.com/sumneko/lua-language-server/issues/1458
-[#1479]: https://github.com/sumneko/lua-language-server/issues/1479
-[#1480]: https://github.com/sumneko/lua-language-server/issues/1480
-[#1484]: https://github.com/sumneko/lua-language-server/issues/1484
-[#1533]: https://github.com/sumneko/lua-language-server/issues/1533
-[#1557]: https://github.com/sumneko/lua-language-server/issues/1557
-[#1558]: https://github.com/sumneko/lua-language-server/issues/1558
-[#1561]: https://github.com/sumneko/lua-language-server/issues/1561
-[#1567]: https://github.com/sumneko/lua-language-server/issues/1567
-[#1575]: https://github.com/sumneko/lua-language-server/issues/1575
-[#1582]: https://github.com/sumneko/lua-language-server/issues/1582
-[#1593]: https://github.com/sumneko/lua-language-server/issues/1593
-[#1595]: https://github.com/sumneko/lua-language-server/issues/1595
-[#1599]: https://github.com/sumneko/lua-language-server/issues/1599
-[#1606]: https://github.com/sumneko/lua-language-server/issues/1606
-[#1608]: https://github.com/sumneko/lua-language-server/issues/1608
-[#1626]: https://github.com/sumneko/lua-language-server/issues/1626
-[#1637]: https://github.com/sumneko/lua-language-server/issues/1637
-[#1640]: https://github.com/sumneko/lua-language-server/issues/1640
-[#1641]: https://github.com/sumneko/lua-language-server/issues/1641
-[#1642]: https://github.com/sumneko/lua-language-server/issues/1642
-[#1662]: https://github.com/sumneko/lua-language-server/issues/1662
-[#1663]: https://github.com/sumneko/lua-language-server/issues/1663
-[#1670]: https://github.com/sumneko/lua-language-server/issues/1670
-[#1672]: https://github.com/sumneko/lua-language-server/issues/1672
+[#1153]: https://github.com/LuaLS/lua-language-server/issues/1153
+[#1177]: https://github.com/LuaLS/lua-language-server/issues/1177
+[#1201]: https://github.com/LuaLS/lua-language-server/issues/1201
+[#1202]: https://github.com/LuaLS/lua-language-server/issues/1202
+[#1332]: https://github.com/LuaLS/lua-language-server/issues/1332
+[#1344]: https://github.com/LuaLS/lua-language-server/issues/1344
+[#1374]: https://github.com/LuaLS/lua-language-server/issues/1374
+[#1434]: https://github.com/LuaLS/lua-language-server/issues/1434
+[#1457]: https://github.com/LuaLS/lua-language-server/issues/1457
+[#1458]: https://github.com/LuaLS/lua-language-server/issues/1458
+[#1479]: https://github.com/LuaLS/lua-language-server/issues/1479
+[#1480]: https://github.com/LuaLS/lua-language-server/issues/1480
+[#1484]: https://github.com/LuaLS/lua-language-server/issues/1484
+[#1533]: https://github.com/LuaLS/lua-language-server/issues/1533
+[#1557]: https://github.com/LuaLS/lua-language-server/issues/1557
+[#1558]: https://github.com/LuaLS/lua-language-server/issues/1558
+[#1561]: https://github.com/LuaLS/lua-language-server/issues/1561
+[#1567]: https://github.com/LuaLS/lua-language-server/issues/1567
+[#1575]: https://github.com/LuaLS/lua-language-server/issues/1575
+[#1582]: https://github.com/LuaLS/lua-language-server/issues/1582
+[#1593]: https://github.com/LuaLS/lua-language-server/issues/1593
+[#1595]: https://github.com/LuaLS/lua-language-server/issues/1595
+[#1599]: https://github.com/LuaLS/lua-language-server/issues/1599
+[#1606]: https://github.com/LuaLS/lua-language-server/issues/1606
+[#1608]: https://github.com/LuaLS/lua-language-server/issues/1608
+[#1626]: https://github.com/LuaLS/lua-language-server/issues/1626
+[#1637]: https://github.com/LuaLS/lua-language-server/issues/1637
+[#1640]: https://github.com/LuaLS/lua-language-server/issues/1640
+[#1641]: https://github.com/LuaLS/lua-language-server/issues/1641
+[#1642]: https://github.com/LuaLS/lua-language-server/issues/1642
+[#1662]: https://github.com/LuaLS/lua-language-server/issues/1662
+[#1663]: https://github.com/LuaLS/lua-language-server/issues/1663
+[#1670]: https://github.com/LuaLS/lua-language-server/issues/1670
+[#1672]: https://github.com/LuaLS/lua-language-server/issues/1672
 
 ## 3.5.6
 `2022-9-16`
-* `FIX` [#1439](https://github.com/sumneko/lua-language-server/issues/1439)
-* `FIX` [#1467](https://github.com/sumneko/lua-language-server/issues/1467)
-* `FIX` [#1506](https://github.com/sumneko/lua-language-server/issues/1506)
-* `FIX` [#1537](https://github.com/sumneko/lua-language-server/issues/1537)
+* `FIX` [#1439](https://github.com/LuaLS/lua-language-server/issues/1439)
+* `FIX` [#1467](https://github.com/LuaLS/lua-language-server/issues/1467)
+* `FIX` [#1506](https://github.com/LuaLS/lua-language-server/issues/1506)
+* `FIX` [#1537](https://github.com/LuaLS/lua-language-server/issues/1537)
 
 ## 3.5.5
 `2022-9-7`
-* `FIX` [#1529](https://github.com/sumneko/lua-language-server/issues/1529)
-* `FIX` [#1530](https://github.com/sumneko/lua-language-server/issues/1530)
+* `FIX` [#1529](https://github.com/LuaLS/lua-language-server/issues/1529)
+* `FIX` [#1530](https://github.com/LuaLS/lua-language-server/issues/1530)
 
 ## 3.5.4
 `2022-9-6`
 * `NEW` `type-formatting`: fix wrong indentation of VSCode
 * `CHG` `document-symbol`: redesigned to better support for `Sticky Scroll` feature of VSCode
 * `FIX` `diagnostics.workspaceDelay` can not prevent first workspace diagnostic
-* `FIX` [#1476](https://github.com/sumneko/lua-language-server/issues/1476)
-* `FIX` [#1490](https://github.com/sumneko/lua-language-server/issues/1490)
-* `FIX` [#1493](https://github.com/sumneko/lua-language-server/issues/1493)
-* `FIX` [#1499](https://github.com/sumneko/lua-language-server/issues/1499)
-* `FIX` [#1526](https://github.com/sumneko/lua-language-server/issues/1526)
+* `FIX` [#1476](https://github.com/LuaLS/lua-language-server/issues/1476)
+* `FIX` [#1490](https://github.com/LuaLS/lua-language-server/issues/1490)
+* `FIX` [#1493](https://github.com/LuaLS/lua-language-server/issues/1493)
+* `FIX` [#1499](https://github.com/LuaLS/lua-language-server/issues/1499)
+* `FIX` [#1526](https://github.com/LuaLS/lua-language-server/issues/1526)
 
 ## 3.5.3
 `2022-8-13`
-* `FIX` [#1409](https://github.com/sumneko/lua-language-server/issues/1409)
-* `FIX` [#1422](https://github.com/sumneko/lua-language-server/issues/1422)
-* `FIX` [#1425](https://github.com/sumneko/lua-language-server/issues/1425)
-* `FIX` [#1428](https://github.com/sumneko/lua-language-server/issues/1428)
-* `FIX` [#1430](https://github.com/sumneko/lua-language-server/issues/1430)
-* `FIX` [#1431](https://github.com/sumneko/lua-language-server/issues/1431)
-* `FIX` [#1446](https://github.com/sumneko/lua-language-server/issues/1446)
-* `FIX` [#1451](https://github.com/sumneko/lua-language-server/issues/1451)
-* `FIX` [#1461](https://github.com/sumneko/lua-language-server/issues/1461)
-* `FIX` [#1463](https://github.com/sumneko/lua-language-server/issues/1463)
+* `FIX` [#1409](https://github.com/LuaLS/lua-language-server/issues/1409)
+* `FIX` [#1422](https://github.com/LuaLS/lua-language-server/issues/1422)
+* `FIX` [#1425](https://github.com/LuaLS/lua-language-server/issues/1425)
+* `FIX` [#1428](https://github.com/LuaLS/lua-language-server/issues/1428)
+* `FIX` [#1430](https://github.com/LuaLS/lua-language-server/issues/1430)
+* `FIX` [#1431](https://github.com/LuaLS/lua-language-server/issues/1431)
+* `FIX` [#1446](https://github.com/LuaLS/lua-language-server/issues/1446)
+* `FIX` [#1451](https://github.com/LuaLS/lua-language-server/issues/1451)
+* `FIX` [#1461](https://github.com/LuaLS/lua-language-server/issues/1461)
+* `FIX` [#1463](https://github.com/LuaLS/lua-language-server/issues/1463)
 
 ## 3.5.2
 `2022-8-1`
-* `FIX` [#1395](https://github.com/sumneko/lua-language-server/issues/1395)
-* `FIX` [#1403](https://github.com/sumneko/lua-language-server/issues/1403)
-* `FIX` [#1405](https://github.com/sumneko/lua-language-server/issues/1405)
-* `FIX` [#1406](https://github.com/sumneko/lua-language-server/issues/1406)
-* `FIX` [#1418](https://github.com/sumneko/lua-language-server/issues/1418)
+* `FIX` [#1395](https://github.com/LuaLS/lua-language-server/issues/1395)
+* `FIX` [#1403](https://github.com/LuaLS/lua-language-server/issues/1403)
+* `FIX` [#1405](https://github.com/LuaLS/lua-language-server/issues/1405)
+* `FIX` [#1406](https://github.com/LuaLS/lua-language-server/issues/1406)
+* `FIX` [#1418](https://github.com/LuaLS/lua-language-server/issues/1418)
 
 ## 3.5.1
 `2022-7-26`
-* `NEW` supports [color](https://github.com/sumneko/lua-language-server/pull/1379)
+* `NEW` supports [color](https://github.com/LuaLS/lua-language-server/pull/1379)
 * `NEW` setting `Lua.runtime.pluginArgs`
 * `CHG` setting `type.castNumberToInteger` default by `true`
 * `CHG` improve supports for multi-workspace
-* `FIX` [#1354](https://github.com/sumneko/lua-language-server/issues/1354)
-* `FIX` [#1355](https://github.com/sumneko/lua-language-server/issues/1355)
-* `FIX` [#1363](https://github.com/sumneko/lua-language-server/issues/1363)
-* `FIX` [#1365](https://github.com/sumneko/lua-language-server/issues/1365)
-* `FIX` [#1367](https://github.com/sumneko/lua-language-server/issues/1367)
-* `FIX` [#1368](https://github.com/sumneko/lua-language-server/issues/1368)
-* `FIX` [#1370](https://github.com/sumneko/lua-language-server/issues/1370)
-* `FIX` [#1375](https://github.com/sumneko/lua-language-server/issues/1375)
-* `FIX` [#1391](https://github.com/sumneko/lua-language-server/issues/1391)
+* `FIX` [#1354](https://github.com/LuaLS/lua-language-server/issues/1354)
+* `FIX` [#1355](https://github.com/LuaLS/lua-language-server/issues/1355)
+* `FIX` [#1363](https://github.com/LuaLS/lua-language-server/issues/1363)
+* `FIX` [#1365](https://github.com/LuaLS/lua-language-server/issues/1365)
+* `FIX` [#1367](https://github.com/LuaLS/lua-language-server/issues/1367)
+* `FIX` [#1368](https://github.com/LuaLS/lua-language-server/issues/1368)
+* `FIX` [#1370](https://github.com/LuaLS/lua-language-server/issues/1370)
+* `FIX` [#1375](https://github.com/LuaLS/lua-language-server/issues/1375)
+* `FIX` [#1391](https://github.com/LuaLS/lua-language-server/issues/1391)
 
 ## 3.5.0
 `2022-7-19`
@@ -451,18 +451,18 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
   local x
   ```
 * `CHG` signature: only show signatures matching the entered parameters
-* `FIX` [#880](https://github.com/sumneko/lua-language-server/issues/880)
-* `FIX` [#1284](https://github.com/sumneko/lua-language-server/issues/1284)
-* `FIX` [#1292](https://github.com/sumneko/lua-language-server/issues/1292)
-* `FIX` [#1294](https://github.com/sumneko/lua-language-server/issues/1294)
-* `FIX` [#1306](https://github.com/sumneko/lua-language-server/issues/1306)
-* `FIX` [#1311](https://github.com/sumneko/lua-language-server/issues/1311)
-* `FIX` [#1317](https://github.com/sumneko/lua-language-server/issues/1317)
-* `FIX` [#1320](https://github.com/sumneko/lua-language-server/issues/1320)
-* `FIX` [#1330](https://github.com/sumneko/lua-language-server/issues/1330)
-* `FIX` [#1345](https://github.com/sumneko/lua-language-server/issues/1345)
-* `FIX` [#1346](https://github.com/sumneko/lua-language-server/issues/1346)
-* `FIX` [#1348](https://github.com/sumneko/lua-language-server/issues/1348)
+* `FIX` [#880](https://github.com/LuaLS/lua-language-server/issues/880)
+* `FIX` [#1284](https://github.com/LuaLS/lua-language-server/issues/1284)
+* `FIX` [#1292](https://github.com/LuaLS/lua-language-server/issues/1292)
+* `FIX` [#1294](https://github.com/LuaLS/lua-language-server/issues/1294)
+* `FIX` [#1306](https://github.com/LuaLS/lua-language-server/issues/1306)
+* `FIX` [#1311](https://github.com/LuaLS/lua-language-server/issues/1311)
+* `FIX` [#1317](https://github.com/LuaLS/lua-language-server/issues/1317)
+* `FIX` [#1320](https://github.com/LuaLS/lua-language-server/issues/1320)
+* `FIX` [#1330](https://github.com/LuaLS/lua-language-server/issues/1330)
+* `FIX` [#1345](https://github.com/LuaLS/lua-language-server/issues/1345)
+* `FIX` [#1346](https://github.com/LuaLS/lua-language-server/issues/1346)
+* `FIX` [#1348](https://github.com/LuaLS/lua-language-server/issues/1348)
 
 ## 3.4.2
 `2022-7-6`
@@ -471,8 +471,8 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `CHG` completion: `completion.callSnippet` no longer generate parameter types
 * `CHG` hover: show `---@type {x: number, y: number}` as detail instead of `table`
 * `CHG` dose not infer as `nil` by `t.field = nil`
-* `FIX` [#1278](https://github.com/sumneko/lua-language-server/issues/1278)
-* `FIX` [#1288](https://github.com/sumneko/lua-language-server/issues/1288)
+* `FIX` [#1278](https://github.com/LuaLS/lua-language-server/issues/1278)
+* `FIX` [#1288](https://github.com/LuaLS/lua-language-server/issues/1288)
 
 ## 3.4.1
 `2022-7-5`
@@ -486,13 +486,13 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
   ---@class B: A
   local b = setmetatable({}, { __index = a }) -- OK!
   ```
-* `FIX` [#1256](https://github.com/sumneko/lua-language-server/issues/1256)
-* `FIX` [#1257](https://github.com/sumneko/lua-language-server/issues/1257)
-* `FIX` [#1267](https://github.com/sumneko/lua-language-server/issues/1267)
-* `FIX` [#1269](https://github.com/sumneko/lua-language-server/issues/1269)
-* `FIX` [#1273](https://github.com/sumneko/lua-language-server/issues/1273)
-* `FIX` [#1275](https://github.com/sumneko/lua-language-server/issues/1275)
-* `FIX` [#1279](https://github.com/sumneko/lua-language-server/issues/1279)
+* `FIX` [#1256](https://github.com/LuaLS/lua-language-server/issues/1256)
+* `FIX` [#1257](https://github.com/LuaLS/lua-language-server/issues/1257)
+* `FIX` [#1267](https://github.com/LuaLS/lua-language-server/issues/1267)
+* `FIX` [#1269](https://github.com/LuaLS/lua-language-server/issues/1269)
+* `FIX` [#1273](https://github.com/LuaLS/lua-language-server/issues/1273)
+* `FIX` [#1275](https://github.com/LuaLS/lua-language-server/issues/1275)
+* `FIX` [#1279](https://github.com/LuaLS/lua-language-server/issues/1279)
 
 ## 3.4.0
 `2022-6-29`
@@ -540,20 +540,20 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `CHG` improve experience for diagnostics and semantic-tokens
 * `FIX` diagnostics flash when opening a file
 * `FIX` sometimes workspace diagnostics are not triggered
-* `FIX` [#1228](https://github.com/sumneko/lua-language-server/issues/1228)
-* `FIX` [#1229](https://github.com/sumneko/lua-language-server/issues/1229)
-* `FIX` [#1242](https://github.com/sumneko/lua-language-server/issues/1242)
-* `FIX` [#1243](https://github.com/sumneko/lua-language-server/issues/1243)
-* `FIX` [#1249](https://github.com/sumneko/lua-language-server/issues/1249)
+* `FIX` [#1228](https://github.com/LuaLS/lua-language-server/issues/1228)
+* `FIX` [#1229](https://github.com/LuaLS/lua-language-server/issues/1229)
+* `FIX` [#1242](https://github.com/LuaLS/lua-language-server/issues/1242)
+* `FIX` [#1243](https://github.com/LuaLS/lua-language-server/issues/1243)
+* `FIX` [#1249](https://github.com/LuaLS/lua-language-server/issues/1249)
 
 ## 3.3.1
 `2022-6-17`
-* `FIX` [#1213](https://github.com/sumneko/lua-language-server/issues/1213)
-* `FIX` [#1215](https://github.com/sumneko/lua-language-server/issues/1215)
-* `FIX` [#1217](https://github.com/sumneko/lua-language-server/issues/1217)
-* `FIX` [#1218](https://github.com/sumneko/lua-language-server/issues/1218)
-* `FIX` [#1220](https://github.com/sumneko/lua-language-server/issues/1220)
-* `FIX` [#1223](https://github.com/sumneko/lua-language-server/issues/1223)
+* `FIX` [#1213](https://github.com/LuaLS/lua-language-server/issues/1213)
+* `FIX` [#1215](https://github.com/LuaLS/lua-language-server/issues/1215)
+* `FIX` [#1217](https://github.com/LuaLS/lua-language-server/issues/1217)
+* `FIX` [#1218](https://github.com/LuaLS/lua-language-server/issues/1218)
+* `FIX` [#1220](https://github.com/LuaLS/lua-language-server/issues/1220)
+* `FIX` [#1223](https://github.com/LuaLS/lua-language-server/issues/1223)
 
 ## 3.3.0
 `2022-6-15`
@@ -598,15 +598,15 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
   ```
 * `CHG` infer type by `>`/`<`/`>=`/`<=`
 * `FIX` with clients that support LSP 3.17 (VSCode), workspace diagnostics are triggered every time when opening a file.
-* `FIX` [#1204](https://github.com/sumneko/lua-language-server/issues/1204)
-* `FIX` [#1208](https://github.com/sumneko/lua-language-server/issues/1208)
+* `FIX` [#1204](https://github.com/LuaLS/lua-language-server/issues/1204)
+* `FIX` [#1208](https://github.com/LuaLS/lua-language-server/issues/1208)
 
 ## 3.2.5
 `2022-6-9`
 * `NEW` provide config docs in `LUA_LANGUAGE_SERVER/doc/`
-* `FIX` [#1148](https://github.com/sumneko/lua-language-server/issues/1148)
-* `FIX` [#1149](https://github.com/sumneko/lua-language-server/issues/1149)
-* `FIX` [#1192](https://github.com/sumneko/lua-language-server/issues/1192)
+* `FIX` [#1148](https://github.com/LuaLS/lua-language-server/issues/1148)
+* `FIX` [#1149](https://github.com/LuaLS/lua-language-server/issues/1149)
+* `FIX` [#1192](https://github.com/LuaLS/lua-language-server/issues/1192)
 
 ## 3.2.4
 `2022-5-25`
@@ -618,13 +618,13 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `CHG` show warning message when scanning more than 100,000 files.
 * `CHG` upgrade [LSP](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/) to `3.17`
 * `FIX` hover: can not union `table` with other basic types
-* `FIX` [#1125](https://github.com/sumneko/lua-language-server/issues/1125)
-* `FIX` [#1131](https://github.com/sumneko/lua-language-server/issues/1131)
-* `FIX` [#1134](https://github.com/sumneko/lua-language-server/issues/1134)
-* `FIX` [#1141](https://github.com/sumneko/lua-language-server/issues/1141)
-* `FIX` [#1144](https://github.com/sumneko/lua-language-server/issues/1144)
-* `FIX` [#1150](https://github.com/sumneko/lua-language-server/issues/1150)
-* `FIX` [#1155](https://github.com/sumneko/lua-language-server/issues/1155)
+* `FIX` [#1125](https://github.com/LuaLS/lua-language-server/issues/1125)
+* `FIX` [#1131](https://github.com/LuaLS/lua-language-server/issues/1131)
+* `FIX` [#1134](https://github.com/LuaLS/lua-language-server/issues/1134)
+* `FIX` [#1141](https://github.com/LuaLS/lua-language-server/issues/1141)
+* `FIX` [#1144](https://github.com/LuaLS/lua-language-server/issues/1144)
+* `FIX` [#1150](https://github.com/LuaLS/lua-language-server/issues/1150)
+* `FIX` [#1155](https://github.com/LuaLS/lua-language-server/issues/1155)
 
 ## 3.2.3
 `2022-5-16`
@@ -632,15 +632,15 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `CHG` dose not load files in symbol links
 * `FIX` memory leak with symbol links
 * `FIX` diagnostic: send empty results to every file after startup
-* `FIX` [#1103](https://github.com/sumneko/lua-language-server/issues/1103)
-* `FIX` [#1107](https://github.com/sumneko/lua-language-server/issues/1107)
+* `FIX` [#1103](https://github.com/LuaLS/lua-language-server/issues/1103)
+* `FIX` [#1107](https://github.com/LuaLS/lua-language-server/issues/1107)
 
 ## 3.2.2
 `2022-4-26`
 * `FIX` diagnostic: `unused-function` cannot handle recursion correctly
-* `FIX` [#1092](https://github.com/sumneko/lua-language-server/issues/1092)
-* `FIX` [#1093](https://github.com/sumneko/lua-language-server/issues/1093)
-* `FIX` runtime errors reported by telemetry, see [#1091](https://github.com/sumneko/lua-language-server/issues/1091)
+* `FIX` [#1092](https://github.com/LuaLS/lua-language-server/issues/1092)
+* `FIX` [#1093](https://github.com/LuaLS/lua-language-server/issues/1093)
+* `FIX` runtime errors reported by telemetry, see [#1091](https://github.com/LuaLS/lua-language-server/issues/1091)
 
 ## 3.2.1
 `2022-4-25`
@@ -682,10 +682,10 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `NEW` diagnostic: `need-check-nil`
 * `CHG` diagnostic: no longer mark `redundant-parameter` as `Unnecessary`
 * `FIX` diagnostic: `unused-function` does not recognize recursion
-* `FIX` [#1051](https://github.com/sumneko/lua-language-server/issues/1051)
-* `FIX` [#1072](https://github.com/sumneko/lua-language-server/issues/1072)
-* `FIX` [#1077](https://github.com/sumneko/lua-language-server/issues/1077)
-* `FIX` [#1088](https://github.com/sumneko/lua-language-server/issues/1088)
+* `FIX` [#1051](https://github.com/LuaLS/lua-language-server/issues/1051)
+* `FIX` [#1072](https://github.com/LuaLS/lua-language-server/issues/1072)
+* `FIX` [#1077](https://github.com/LuaLS/lua-language-server/issues/1077)
+* `FIX` [#1088](https://github.com/LuaLS/lua-language-server/issues/1088)
 * `FIX` runtime errors
 
 ## 3.1.0
@@ -695,90 +695,90 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `CHG` hover: split `local` into `local` / `parameter` / `upvalue` / `self`.
 * `CHG` hover: added parentheses to some words, such as `global` / `field` / `class`.
 * `FIX` definition of `table<k, v>`
-* `FIX` [#994](https://github.com/sumneko/lua-language-server/issues/994)
-* `FIX` [#1057](https://github.com/sumneko/lua-language-server/issues/1057)
-* `FIX` runtime errors reported by telemetry, see [#1058](https://github.com/sumneko/lua-language-server/issues/1058)
+* `FIX` [#994](https://github.com/LuaLS/lua-language-server/issues/994)
+* `FIX` [#1057](https://github.com/LuaLS/lua-language-server/issues/1057)
+* `FIX` runtime errors reported by telemetry, see [#1058](https://github.com/LuaLS/lua-language-server/issues/1058)
 
 ## 3.0.2
 `2022-4-15`
 * `FIX` `table<string, boolean>[string] -> boolean`
 * `FIX` goto `type definition`
-* `FIX` [#1050](https://github.com/sumneko/lua-language-server/issues/1050)
+* `FIX` [#1050](https://github.com/LuaLS/lua-language-server/issues/1050)
 
 ## 3.0.1
 `2022-4-11`
-* `FIX` [#1033](https://github.com/sumneko/lua-language-server/issues/1033)
-* `FIX` [#1034](https://github.com/sumneko/lua-language-server/issues/1034)
-* `FIX` [#1035](https://github.com/sumneko/lua-language-server/issues/1035)
-* `FIX` [#1036](https://github.com/sumneko/lua-language-server/issues/1036)
-* `FIX` runtime errors reported by telemetry, see [#1037](https://github.com/sumneko/lua-language-server/issues/1037)
+* `FIX` [#1033](https://github.com/LuaLS/lua-language-server/issues/1033)
+* `FIX` [#1034](https://github.com/LuaLS/lua-language-server/issues/1034)
+* `FIX` [#1035](https://github.com/LuaLS/lua-language-server/issues/1035)
+* `FIX` [#1036](https://github.com/LuaLS/lua-language-server/issues/1036)
+* `FIX` runtime errors reported by telemetry, see [#1037](https://github.com/LuaLS/lua-language-server/issues/1037)
 
 ## 3.0.0
 `2022-4-10`
-* `CHG` [break changes](https://github.com/sumneko/lua-language-server/issues/980)
+* `CHG` [break changes](https://github.com/LuaLS/lua-language-server/issues/980)
 * `CHG` diagnostic:
   + `type-check`: removed for now
   + `no-implicit-any`: renamed to `no-unknown`
 * `CHG` formatter: no longer need` --preview`
 * `CHG` `LuaDoc`: supports `---@type (string|integer)[]`
 * `FIX` semantic: color of `function`
-* `FIX` [#1027](https://github.com/sumneko/lua-language-server/issues/1027)
-* `FIX` [#1028](https://github.com/sumneko/lua-language-server/issues/1028)
+* `FIX` [#1027](https://github.com/LuaLS/lua-language-server/issues/1027)
+* `FIX` [#1028](https://github.com/LuaLS/lua-language-server/issues/1028)
 
 ## 2.6.8
 `2022-4-9`
 * `CHG` completion: call snippet shown as `Function` instead of `Snippet` when `Lua.completion.callSnippet` is `Replace`
-* `FIX` [#976](https://github.com/sumneko/lua-language-server/issues/976)
-* `FIX` [#995](https://github.com/sumneko/lua-language-server/issues/995)
-* `FIX` [#1004](https://github.com/sumneko/lua-language-server/issues/1004)
-* `FIX` [#1008](https://github.com/sumneko/lua-language-server/issues/1008)
-* `FIX` [#1009](https://github.com/sumneko/lua-language-server/issues/1009)
-* `FIX` [#1011](https://github.com/sumneko/lua-language-server/issues/1011)
-* `FIX` [#1014](https://github.com/sumneko/lua-language-server/issues/1014)
-* `FIX` [#1016](https://github.com/sumneko/lua-language-server/issues/1016)
-* `FIX` [#1017](https://github.com/sumneko/lua-language-server/issues/1017)
+* `FIX` [#976](https://github.com/LuaLS/lua-language-server/issues/976)
+* `FIX` [#995](https://github.com/LuaLS/lua-language-server/issues/995)
+* `FIX` [#1004](https://github.com/LuaLS/lua-language-server/issues/1004)
+* `FIX` [#1008](https://github.com/LuaLS/lua-language-server/issues/1008)
+* `FIX` [#1009](https://github.com/LuaLS/lua-language-server/issues/1009)
+* `FIX` [#1011](https://github.com/LuaLS/lua-language-server/issues/1011)
+* `FIX` [#1014](https://github.com/LuaLS/lua-language-server/issues/1014)
+* `FIX` [#1016](https://github.com/LuaLS/lua-language-server/issues/1016)
+* `FIX` [#1017](https://github.com/LuaLS/lua-language-server/issues/1017)
 * `FIX` runtime errors reported by telemetry
 
 ## 2.6.7
 `2022-3-9`
-* `NEW` offline diagnostic, [read more](https://github.com/sumneko/lua-language-server/wiki/Offline-Diagnostic)
+* `NEW` offline diagnostic, [read more](https://github.com/LuaLS/lua-language-server/wiki/Offline-Diagnostic)
 * `CHG` `VSCode`: 1.65 has built in new `Lua` syntax files, so this extension no longer provides syntax files, which means you can install other syntax extensions in the marketplace. If you have any suggestions or issues, please [open issues here](https://github.com/sumneko/lua.tmbundle).
 * `CHG` telemetry: the prompt will only appear in VSCode to avoid repeated prompts in other platforms due to the inability to automatically modify the settings.
-* `FIX` [#965](https://github.com/sumneko/lua-language-server/issues/965)
-* `FIX` [#975](https://github.com/sumneko/lua-language-server/issues/975)
+* `FIX` [#965](https://github.com/LuaLS/lua-language-server/issues/965)
+* `FIX` [#975](https://github.com/LuaLS/lua-language-server/issues/975)
 
 ## 2.6.6
 `2022-2-21`
-* `NEW` formatter preview, use `--preview` to enable this feature, [read more](https://github.com/sumneko/lua-language-server/issues/960)
-* `FIX` [#958](https://github.com/sumneko/lua-language-server/issues/958)
+* `NEW` formatter preview, use `--preview` to enable this feature, [read more](https://github.com/LuaLS/lua-language-server/issues/960)
+* `FIX` [#958](https://github.com/LuaLS/lua-language-server/issues/958)
 * `FIX` runtime errors
 
 ## 2.6.5
 `2022-2-17`
 * `FIX` telemetry is not disabled by default (since 2.6.0)
-* `FIX` [#934](https://github.com/sumneko/lua-language-server/issues/934)
-* `FIX` [#952](https://github.com/sumneko/lua-language-server/issues/952)
+* `FIX` [#934](https://github.com/LuaLS/lua-language-server/issues/934)
+* `FIX` [#952](https://github.com/LuaLS/lua-language-server/issues/952)
 
 ## 2.6.4
 `2022-2-9`
 * `CHG` completion: reduced sorting priority for postfix completion
-* `FIX` [#936](https://github.com/sumneko/lua-language-server/issues/936)
-* `FIX` [#937](https://github.com/sumneko/lua-language-server/issues/937)
-* `FIX` [#940](https://github.com/sumneko/lua-language-server/issues/940)
-* `FIX` [#941](https://github.com/sumneko/lua-language-server/issues/941)
-* `FIX` [#941](https://github.com/sumneko/lua-language-server/issues/942)
-* `FIX` [#943](https://github.com/sumneko/lua-language-server/issues/943)
-* `FIX` [#946](https://github.com/sumneko/lua-language-server/issues/946)
+* `FIX` [#936](https://github.com/LuaLS/lua-language-server/issues/936)
+* `FIX` [#937](https://github.com/LuaLS/lua-language-server/issues/937)
+* `FIX` [#940](https://github.com/LuaLS/lua-language-server/issues/940)
+* `FIX` [#941](https://github.com/LuaLS/lua-language-server/issues/941)
+* `FIX` [#941](https://github.com/LuaLS/lua-language-server/issues/942)
+* `FIX` [#943](https://github.com/LuaLS/lua-language-server/issues/943)
+* `FIX` [#946](https://github.com/LuaLS/lua-language-server/issues/946)
 
 ## 2.6.3
 `2022-1-25`
 * `FIX` new files are not loaded correctly
-* `FIX` [#923](https://github.com/sumneko/lua-language-server/issues/923)
-* `FIX` [#926](https://github.com/sumneko/lua-language-server/issues/926)
+* `FIX` [#923](https://github.com/LuaLS/lua-language-server/issues/923)
+* `FIX` [#926](https://github.com/LuaLS/lua-language-server/issues/926)
 
 ## 2.6.2
 `2022-1-25`
-* `FIX` [#925](https://github.com/sumneko/lua-language-server/issues/925)
+* `FIX` [#925](https://github.com/LuaLS/lua-language-server/issues/925)
 
 ## 2.6.1
 `2022-1-24`
@@ -789,13 +789,13 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `CHG` improve performance
 * `FIX` modify luarc failed
 * `FIX` library files not recognized correctly
-* `FIX` [#903](https://github.com/sumneko/lua-language-server/issues/903)
-* `FIX` [#906](https://github.com/sumneko/lua-language-server/issues/906)
-* `FIX` [#920](https://github.com/sumneko/lua-language-server/issues/920)
+* `FIX` [#903](https://github.com/LuaLS/lua-language-server/issues/903)
+* `FIX` [#906](https://github.com/LuaLS/lua-language-server/issues/906)
+* `FIX` [#920](https://github.com/LuaLS/lua-language-server/issues/920)
 
 ## 2.6.0
 `2022-1-13`
-* `NEW` supports multi-workspace in server side, for developers of language clients, please [read here](https://github.com/sumneko/lua-language-server/wiki/Multi-workspace-supports) to learn more.
+* `NEW` supports multi-workspace in server side, for developers of language clients, please [read here](https://github.com/LuaLS/lua-language-server/wiki/Multi-workspace-supports) to learn more.
 * `NEW` setting:
   + `Lua.hint.arrayIndex`
   + `Lua.semantic.enable`
@@ -806,17 +806,17 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `CHG` completion: can be triggered in `LuaDoc` and strings
 * `CHG` diagnostic: smoother
 * `CHG` settings `Lua.color.mode` removed
-* `FIX` [#876](https://github.com/sumneko/lua-language-server/issues/876)
-* `FIX` [#879](https://github.com/sumneko/lua-language-server/issues/879)
-* `FIX` [#884](https://github.com/sumneko/lua-language-server/issues/884)
-* `FIX` [#885](https://github.com/sumneko/lua-language-server/issues/885)
-* `FIX` [#886](https://github.com/sumneko/lua-language-server/issues/886)
-* `FIX` [#902](https://github.com/sumneko/lua-language-server/issues/902)
+* `FIX` [#876](https://github.com/LuaLS/lua-language-server/issues/876)
+* `FIX` [#879](https://github.com/LuaLS/lua-language-server/issues/879)
+* `FIX` [#884](https://github.com/LuaLS/lua-language-server/issues/884)
+* `FIX` [#885](https://github.com/LuaLS/lua-language-server/issues/885)
+* `FIX` [#886](https://github.com/LuaLS/lua-language-server/issues/886)
+* `FIX` [#902](https://github.com/LuaLS/lua-language-server/issues/902)
 
 ## 2.5.6
 `2021-12-27`
 * `CHG` diagnostic: now syntax errors in `LuaDoc` are shown as `Warning`
-* `FIX` [#863](https://github.com/sumneko/lua-language-server/issues/863)
+* `FIX` [#863](https://github.com/LuaLS/lua-language-server/issues/863)
 * `FIX` return type of `math.floor`
 * `FIX` runtime errors
 
@@ -826,25 +826,25 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 
 ## 2.5.4
 `2021-12-16`
-* `FIX` [#847](https://github.com/sumneko/lua-language-server/issues/847)
-* `FIX` [#848](https://github.com/sumneko/lua-language-server/issues/848)
+* `FIX` [#847](https://github.com/LuaLS/lua-language-server/issues/847)
+* `FIX` [#848](https://github.com/LuaLS/lua-language-server/issues/848)
 * `FIX` completion: incorrect cache
 * `FIX` hover: always view string
 
 ## 2.5.3
 `2021-12-6`
-* `FIX` [#842](https://github.com/sumneko/lua-language-server/issues/844)
-* `FIX` [#844](https://github.com/sumneko/lua-language-server/issues/844)
+* `FIX` [#842](https://github.com/LuaLS/lua-language-server/issues/844)
+* `FIX` [#844](https://github.com/LuaLS/lua-language-server/issues/844)
 
 ## 2.5.2
 `2021-12-2`
-* `FIX` [#815](https://github.com/sumneko/lua-language-server/issues/815)
-* `FIX` [#825](https://github.com/sumneko/lua-language-server/issues/825)
-* `FIX` [#826](https://github.com/sumneko/lua-language-server/issues/826)
-* `FIX` [#827](https://github.com/sumneko/lua-language-server/issues/827)
-* `FIX` [#831](https://github.com/sumneko/lua-language-server/issues/831)
-* `FIX` [#837](https://github.com/sumneko/lua-language-server/issues/837)
-* `FIX` [#838](https://github.com/sumneko/lua-language-server/issues/838)
+* `FIX` [#815](https://github.com/LuaLS/lua-language-server/issues/815)
+* `FIX` [#825](https://github.com/LuaLS/lua-language-server/issues/825)
+* `FIX` [#826](https://github.com/LuaLS/lua-language-server/issues/826)
+* `FIX` [#827](https://github.com/LuaLS/lua-language-server/issues/827)
+* `FIX` [#831](https://github.com/LuaLS/lua-language-server/issues/831)
+* `FIX` [#837](https://github.com/LuaLS/lua-language-server/issues/837)
+* `FIX` [#838](https://github.com/LuaLS/lua-language-server/issues/838)
 * `FIX` postfix
 * `FIX` runtime errors
 
@@ -860,7 +860,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
   + `Lua.completion.postfix`: the symbol that triggers postfix, default is `@`
 * `NEW` add supports for `lovr`
 * `NEW` file encoding supports `utf16le` and `utf16be`
-* `NEW` full IntelliSense supports for literal tables, see [#720](https://github.com/sumneko/lua-language-server/issues/720) and [#727](https://github.com/sumneko/lua-language-server/issues/727)
+* `NEW` full IntelliSense supports for literal tables, see [#720](https://github.com/LuaLS/lua-language-server/issues/720) and [#727](https://github.com/LuaLS/lua-language-server/issues/727)
 * `NEW` `LuaDoc` annotations:
   + `---@async`: mark a function as async
   + `---@nodiscard`: the return value of the marking function cannot be discarded
@@ -885,20 +885,20 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 
 ## 2.4.11
 `2021-11-25`
-* `FIX` [#816](https://github.com/sumneko/lua-language-server/issues/816)
-* `FIX` [#817](https://github.com/sumneko/lua-language-server/issues/817)
-* `FIX` [#818](https://github.com/sumneko/lua-language-server/issues/818)
-* `FIX` [#820](https://github.com/sumneko/lua-language-server/issues/820)
+* `FIX` [#816](https://github.com/LuaLS/lua-language-server/issues/816)
+* `FIX` [#817](https://github.com/LuaLS/lua-language-server/issues/817)
+* `FIX` [#818](https://github.com/LuaLS/lua-language-server/issues/818)
+* `FIX` [#820](https://github.com/LuaLS/lua-language-server/issues/820)
 
 ## 2.4.10
 `2021-11-23`
-* `FIX` [#790](https://github.com/sumneko/lua-language-server/issues/790)
-* `FIX` [#798](https://github.com/sumneko/lua-language-server/issues/798)
-* `FIX` [#804](https://github.com/sumneko/lua-language-server/issues/804)
-* `FIX` [#805](https://github.com/sumneko/lua-language-server/issues/805)
-* `FIX` [#806](https://github.com/sumneko/lua-language-server/issues/806)
-* `FIX` [#807](https://github.com/sumneko/lua-language-server/issues/807)
-* `FIX` [#809](https://github.com/sumneko/lua-language-server/issues/809)
+* `FIX` [#790](https://github.com/LuaLS/lua-language-server/issues/790)
+* `FIX` [#798](https://github.com/LuaLS/lua-language-server/issues/798)
+* `FIX` [#804](https://github.com/LuaLS/lua-language-server/issues/804)
+* `FIX` [#805](https://github.com/LuaLS/lua-language-server/issues/805)
+* `FIX` [#806](https://github.com/LuaLS/lua-language-server/issues/806)
+* `FIX` [#807](https://github.com/LuaLS/lua-language-server/issues/807)
+* `FIX` [#809](https://github.com/LuaLS/lua-language-server/issues/809)
 
 ## 2.4.9
 `2021-11-18`
@@ -908,31 +908,31 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
   + `Lua.IntelliSense.traceBeSetted`
   + `Lua.IntelliSense.traceFieldInject`
 
-  [read more](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)
+  [read more](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)
 
 ## 2.4.8
 `2021-11-15`
 * `FIX` incorrect IntelliSense in specific situations
-* `FIX` [#777](https://github.com/sumneko/lua-language-server/issues/777)
-* `FIX` [#778](https://github.com/sumneko/lua-language-server/issues/778)
-* `FIX` [#779](https://github.com/sumneko/lua-language-server/issues/779)
-* `FIX` [#780](https://github.com/sumneko/lua-language-server/issues/780)
+* `FIX` [#777](https://github.com/LuaLS/lua-language-server/issues/777)
+* `FIX` [#778](https://github.com/LuaLS/lua-language-server/issues/778)
+* `FIX` [#779](https://github.com/LuaLS/lua-language-server/issues/779)
+* `FIX` [#780](https://github.com/LuaLS/lua-language-server/issues/780)
 
 ## 2.4.7
 `2021-10-27`
-* `FIX` [#762](https://github.com/sumneko/lua-language-server/issues/762)
+* `FIX` [#762](https://github.com/LuaLS/lua-language-server/issues/762)
 
 ## 2.4.6
 `2021-10-26`
 * `NEW` diagnostic: `redundant-return`
-* `FIX` [#744](https://github.com/sumneko/lua-language-server/issues/744)
-* `FIX` [#748](https://github.com/sumneko/lua-language-server/issues/748)
-* `FIX` [#749](https://github.com/sumneko/lua-language-server/issues/749)
-* `FIX` [#752](https://github.com/sumneko/lua-language-server/issues/752)
-* `FIX` [#753](https://github.com/sumneko/lua-language-server/issues/753)
-* `FIX` [#756](https://github.com/sumneko/lua-language-server/issues/756)
-* `FIX` [#758](https://github.com/sumneko/lua-language-server/issues/758)
-* `FIX` [#760](https://github.com/sumneko/lua-language-server/issues/760)
+* `FIX` [#744](https://github.com/LuaLS/lua-language-server/issues/744)
+* `FIX` [#748](https://github.com/LuaLS/lua-language-server/issues/748)
+* `FIX` [#749](https://github.com/LuaLS/lua-language-server/issues/749)
+* `FIX` [#752](https://github.com/LuaLS/lua-language-server/issues/752)
+* `FIX` [#753](https://github.com/LuaLS/lua-language-server/issues/753)
+* `FIX` [#756](https://github.com/LuaLS/lua-language-server/issues/756)
+* `FIX` [#758](https://github.com/LuaLS/lua-language-server/issues/758)
+* `FIX` [#760](https://github.com/LuaLS/lua-language-server/issues/760)
 
 ## 2.4.5
 `2021-10-18`
@@ -941,31 +941,31 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 ## 2.4.4
 `2021-10-15`
 * `CHG` improve `.luarc.json`
-* `FIX` [#722](https://github.com/sumneko/lua-language-server/issues/722)
+* `FIX` [#722](https://github.com/LuaLS/lua-language-server/issues/722)
 
 ## 2.4.3
 `2021-10-13`
-* `FIX` [#713](https://github.com/sumneko/lua-language-server/issues/713)
-* `FIX` [#718](https://github.com/sumneko/lua-language-server/issues/718)
-* `FIX` [#719](https://github.com/sumneko/lua-language-server/issues/719)
-* `FIX` [#725](https://github.com/sumneko/lua-language-server/issues/725)
-* `FIX` [#729](https://github.com/sumneko/lua-language-server/issues/729)
-* `FIX` [#730](https://github.com/sumneko/lua-language-server/issues/730)
+* `FIX` [#713](https://github.com/LuaLS/lua-language-server/issues/713)
+* `FIX` [#718](https://github.com/LuaLS/lua-language-server/issues/718)
+* `FIX` [#719](https://github.com/LuaLS/lua-language-server/issues/719)
+* `FIX` [#725](https://github.com/LuaLS/lua-language-server/issues/725)
+* `FIX` [#729](https://github.com/LuaLS/lua-language-server/issues/729)
+* `FIX` [#730](https://github.com/LuaLS/lua-language-server/issues/730)
 * `FIX` runtime errors
 
 ## 2.4.2
 `2021-10-8`
-* `FIX` [#702](https://github.com/sumneko/lua-language-server/issues/702)
-* `FIX` [#706](https://github.com/sumneko/lua-language-server/issues/706)
-* `FIX` [#707](https://github.com/sumneko/lua-language-server/issues/707)
-* `FIX` [#709](https://github.com/sumneko/lua-language-server/issues/709)
-* `FIX` [#712](https://github.com/sumneko/lua-language-server/issues/712)
+* `FIX` [#702](https://github.com/LuaLS/lua-language-server/issues/702)
+* `FIX` [#706](https://github.com/LuaLS/lua-language-server/issues/706)
+* `FIX` [#707](https://github.com/LuaLS/lua-language-server/issues/707)
+* `FIX` [#709](https://github.com/LuaLS/lua-language-server/issues/709)
+* `FIX` [#712](https://github.com/LuaLS/lua-language-server/issues/712)
 
 ## 2.4.1
 `2021-10-2`
 * `FIX` broken with single file
-* `FIX` [#698](https://github.com/sumneko/lua-language-server/issues/698)
-* `FIX` [#699](https://github.com/sumneko/lua-language-server/issues/699)
+* `FIX` [#698](https://github.com/LuaLS/lua-language-server/issues/698)
+* `FIX` [#699](https://github.com/LuaLS/lua-language-server/issues/699)
 
 ## 2.4.0
 `2021-10-1`
@@ -1018,18 +1018,18 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
   + `redundant-parameter` default severity to `Warning`
   + `redundant-value` default severity to `Warning`
 * `CHG` infer: more strict of calculation results
-* `CHG` [#663](https://github.com/sumneko/lua-language-server/issues/663)
+* `CHG` [#663](https://github.com/LuaLS/lua-language-server/issues/663)
 * `FIX` runtime errors
 * `FIX` hint: may show param-2 as `self`
 * `FIX` semantic: may fail when scrolling
-* `FIX` [#647](https://github.com/sumneko/lua-language-server/issues/647)
-* `FIX` [#660](https://github.com/sumneko/lua-language-server/issues/660)
-* `FIX` [#673](https://github.com/sumneko/lua-language-server/issues/673)
+* `FIX` [#647](https://github.com/LuaLS/lua-language-server/issues/647)
+* `FIX` [#660](https://github.com/LuaLS/lua-language-server/issues/660)
+* `FIX` [#673](https://github.com/LuaLS/lua-language-server/issues/673)
 
 ## 2.3.7
 `2021-8-17`
 * `CHG` improve performance
-* `FIX` [#244](https://github.com/sumneko/lua-language-server/issues/244)
+* `FIX` [#244](https://github.com/LuaLS/lua-language-server/issues/244)
 
 ## 2.3.6
 `2021-8-9`
@@ -1045,15 +1045,15 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 ## 2.3.4
 `2021-8-6`
 * `CHG` improve performance
-* `FIX` [#625](https://github.com/sumneko/lua-language-server/issues/625)
+* `FIX` [#625](https://github.com/LuaLS/lua-language-server/issues/625)
 
 ## 2.3.3
 `2021-7-26`
 * `NEW` config supports prop
-* `FIX` [#612](https://github.com/sumneko/lua-language-server/issues/612)
-* `FIX` [#613](https://github.com/sumneko/lua-language-server/issues/613)
-* `FIX` [#618](https://github.com/sumneko/lua-language-server/issues/618)
-* `FIX` [#620](https://github.com/sumneko/lua-language-server/issues/620)
+* `FIX` [#612](https://github.com/LuaLS/lua-language-server/issues/612)
+* `FIX` [#613](https://github.com/LuaLS/lua-language-server/issues/613)
+* `FIX` [#618](https://github.com/LuaLS/lua-language-server/issues/618)
+* `FIX` [#620](https://github.com/LuaLS/lua-language-server/issues/620)
 
 ## 2.3.2
 `2021-7-21`
@@ -1070,12 +1070,12 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 
 ## 2.3.1
 `2021-7-19`
-* `NEW` setting `Lua.workspace.userThirdParty`, add private user [third-parth](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd) by this setting
+* `NEW` setting `Lua.workspace.userThirdParty`, add private user [third-parth](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd) by this setting
 * `CHG` path in config supports `~/xxxx`
 * `FIX` `autoRequire` inserted incorrect code
 * `FIX` `autoRequire` may provide dumplicated options
-* `FIX` [#606](https://github.com/sumneko/lua-language-server/issues/606)
-* `FIX` [#607](https://github.com/sumneko/lua-language-server/issues/607)
+* `FIX` [#606](https://github.com/LuaLS/lua-language-server/issues/606)
+* `FIX` [#607](https://github.com/LuaLS/lua-language-server/issues/607)
 
 ## 2.3.0
 `2021-7-16`
@@ -1110,10 +1110,10 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `FIX` completion: displaying `@fenv` in `Lua 5.1`
 * `FIX` completion: incorrect at end of line
 * `FIX` when a file is renamed, the file will still be loaded even if the new file name has been set to ignore
-* `FIX` [#596](https://github.com/sumneko/lua-language-server/issues/596)
-* `FIX` [#597](https://github.com/sumneko/lua-language-server/issues/597)
-* `FIX` [#598](https://github.com/sumneko/lua-language-server/issues/598)
-* `FIX` [#601](https://github.com/sumneko/lua-language-server/issues/601)
+* `FIX` [#596](https://github.com/LuaLS/lua-language-server/issues/596)
+* `FIX` [#597](https://github.com/LuaLS/lua-language-server/issues/597)
+* `FIX` [#598](https://github.com/LuaLS/lua-language-server/issues/598)
+* `FIX` [#601](https://github.com/LuaLS/lua-language-server/issues/601)
 
 ## 2.2.3
 `2021-7-9`
@@ -1121,7 +1121,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `CHG` will not sleep anymore
 * `FIX` incorrect doc: `debug.getlocal`
 * `FIX` completion: incorrect callback
-* `FIX` [#592](https://github.com/sumneko/lua-language-server/issues/592)
+* `FIX` [#592](https://github.com/LuaLS/lua-language-server/issues/592)
 
 ## 2.2.2
 `2021-7-9`
@@ -1162,7 +1162,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 
 ## 2.1.0
 `2021-7-2`
-* `NEW` supports local config file, using `--configpath="config.json"`, [learn more here](https://github.com/sumneko/lua-language-server/wiki/Setting-without-VSCode)
+* `NEW` supports local config file, using `--configpath="config.json"`, [learn more here](https://github.com/LuaLS/lua-language-server/wiki/Setting-without-VSCode)
 * `NEW` goto `type definition`
 * `NEW` infer type by callback param:
     ```lua
@@ -1175,7 +1175,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
     end)
     ```
 * `NEW` optional field `---@field name? type`
-* `CHG` [#549](https://github.com/sumneko/lua-language-server/issues/549)
+* `CHG` [#549](https://github.com/LuaLS/lua-language-server/issues/549)
 * `CHG` diagnostics: always ignore the ignored files even if they are opened
 * `FIX` completion: `type() ==` may does not work
 
@@ -1196,20 +1196,20 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
     end
     ```
 * `CHG` improve performance
-* `FIX` [#580](https://github.com/sumneko/lua-language-server/issues/580)
+* `FIX` [#580](https://github.com/LuaLS/lua-language-server/issues/580)
 
 ## 2.0.4
 `2021-6-25`
-* `FIX` [#550](https://github.com/sumneko/lua-language-server/issues/550)
-* `FIX` [#555](https://github.com/sumneko/lua-language-server/issues/555)
-* `FIX` [#574](https://github.com/sumneko/lua-language-server/issues/574)
+* `FIX` [#550](https://github.com/LuaLS/lua-language-server/issues/550)
+* `FIX` [#555](https://github.com/LuaLS/lua-language-server/issues/555)
+* `FIX` [#574](https://github.com/LuaLS/lua-language-server/issues/574)
 
 ## 2.0.3
 `2021-6-24`
 * `CHG` improve memory usage
 * `FIX` some dialog boxes block the initialization process
 * `FIX` diagnostics `undefined-field`: blocks main thread
-* `FIX` [#565](https://github.com/sumneko/lua-language-server/issues/565)
+* `FIX` [#565](https://github.com/LuaLS/lua-language-server/issues/565)
 
 ## 2.0.2
 `2021-6-23`
@@ -1228,15 +1228,15 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
     ---after
     local f: fun(x: number): boolean
     ```
-* `FIX` [#558](https://github.com/sumneko/lua-language-server/issues/558)
-* `FIX` [#567](https://github.com/sumneko/lua-language-server/issues/567)
-* `FIX` [#568](https://github.com/sumneko/lua-language-server/issues/568)
-* `FIX` [#570](https://github.com/sumneko/lua-language-server/issues/570)
-* `FIX` [#571](https://github.com/sumneko/lua-language-server/issues/571)
+* `FIX` [#558](https://github.com/LuaLS/lua-language-server/issues/558)
+* `FIX` [#567](https://github.com/LuaLS/lua-language-server/issues/567)
+* `FIX` [#568](https://github.com/LuaLS/lua-language-server/issues/568)
+* `FIX` [#570](https://github.com/LuaLS/lua-language-server/issues/570)
+* `FIX` [#571](https://github.com/LuaLS/lua-language-server/issues/571)
 
 ## 2.0.1
 `2021-6-21`
-* `FIX` [#566](https://github.com/sumneko/lua-language-server/issues/566)
+* `FIX` [#566](https://github.com/LuaLS/lua-language-server/issues/566)
 
 ## 2.0.0
 `2021-6-21`
@@ -1246,14 +1246,14 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `CHG` setting `Lua.intelliSense.searchDepth`: removed
 * `CHG` setting `Lua.misc.parameters`: `string array` instead of `string`
 * `CHG` setting `Lua.develop.enable`, `Lua.develop.debuggerPort`, `Lua.develop.debuggerWait`: removed, use `Lua.misc.parameters` instead
-* `FIX` [#441](https://github.com/sumneko/lua-language-server/issues/441)
-* `FIX` [#493](https://github.com/sumneko/lua-language-server/issues/493)
-* `FIX` [#531](https://github.com/sumneko/lua-language-server/issues/531)
-* `FIX` [#542](https://github.com/sumneko/lua-language-server/issues/542)
-* `FIX` [#543](https://github.com/sumneko/lua-language-server/issues/543)
-* `FIX` [#553](https://github.com/sumneko/lua-language-server/issues/553)
-* `FIX` [#562](https://github.com/sumneko/lua-language-server/issues/562)
-* `FIX` [#563](https://github.com/sumneko/lua-language-server/issues/563)
+* `FIX` [#441](https://github.com/LuaLS/lua-language-server/issues/441)
+* `FIX` [#493](https://github.com/LuaLS/lua-language-server/issues/493)
+* `FIX` [#531](https://github.com/LuaLS/lua-language-server/issues/531)
+* `FIX` [#542](https://github.com/LuaLS/lua-language-server/issues/542)
+* `FIX` [#543](https://github.com/LuaLS/lua-language-server/issues/543)
+* `FIX` [#553](https://github.com/LuaLS/lua-language-server/issues/553)
+* `FIX` [#562](https://github.com/LuaLS/lua-language-server/issues/562)
+* `FIX` [#563](https://github.com/LuaLS/lua-language-server/issues/563)
 
 ## 1.21.3
 `2021-6-17`
@@ -1263,14 +1263,14 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 ## 1.21.2
 `2021-5-18`
 * `FIX` loaded new file with ignored filename
-* `FIX` [#536](https://github.com/sumneko/lua-language-server/issues/536)
-* `FIX` [#537](https://github.com/sumneko/lua-language-server/issues/537)
-* `FIX` [#538](https://github.com/sumneko/lua-language-server/issues/538)
-* `FIX` [#539](https://github.com/sumneko/lua-language-server/issues/539)
+* `FIX` [#536](https://github.com/LuaLS/lua-language-server/issues/536)
+* `FIX` [#537](https://github.com/LuaLS/lua-language-server/issues/537)
+* `FIX` [#538](https://github.com/LuaLS/lua-language-server/issues/538)
+* `FIX` [#539](https://github.com/LuaLS/lua-language-server/issues/539)
 
 ## 1.21.1
 `2021-5-8`
-* `FIX` [#529](https://github.com/sumneko/lua-language-server/issues/529)
+* `FIX` [#529](https://github.com/LuaLS/lua-language-server/issues/529)
 
 ## 1.21.0
 `2021-5-7`
@@ -1284,47 +1284,47 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
 * `NEW` setting: `hover.enumsLimit`
 * `CHG` folding: supports `-- #region`
 * `FIX` completion: details may be suspended
-* `FIX` [#522](https://github.com/sumneko/lua-language-server/issues/522)
-* `FIX` [#523](https://github.com/sumneko/lua-language-server/issues/523)
+* `FIX` [#522](https://github.com/LuaLS/lua-language-server/issues/522)
+* `FIX` [#523](https://github.com/LuaLS/lua-language-server/issues/523)
 
 ## 1.20.4
 `2021-4-13`
 * `NEW` diagnostic: `deprecated`
-* `FIX` [#464](https://github.com/sumneko/lua-language-server/issues/464)
-* `FIX` [#497](https://github.com/sumneko/lua-language-server/issues/497)
-* `FIX` [#502](https://github.com/sumneko/lua-language-server/issues/502)
+* `FIX` [#464](https://github.com/LuaLS/lua-language-server/issues/464)
+* `FIX` [#497](https://github.com/LuaLS/lua-language-server/issues/497)
+* `FIX` [#502](https://github.com/LuaLS/lua-language-server/issues/502)
 
 ## 1.20.3
 `2021-4-6`
-* `FIX` [#479](https://github.com/sumneko/lua-language-server/issues/479)
-* `FIX` [#483](https://github.com/sumneko/lua-language-server/issues/483)
-* `FIX` [#485](https://github.com/sumneko/lua-language-server/issues/485)
-* `FIX` [#487](https://github.com/sumneko/lua-language-server/issues/487)
-* `FIX` [#488](https://github.com/sumneko/lua-language-server/issues/488)
-* `FIX` [#490](https://github.com/sumneko/lua-language-server/issues/490)
-* `FIX` [#495](https://github.com/sumneko/lua-language-server/issues/495)
+* `FIX` [#479](https://github.com/LuaLS/lua-language-server/issues/479)
+* `FIX` [#483](https://github.com/LuaLS/lua-language-server/issues/483)
+* `FIX` [#485](https://github.com/LuaLS/lua-language-server/issues/485)
+* `FIX` [#487](https://github.com/LuaLS/lua-language-server/issues/487)
+* `FIX` [#488](https://github.com/LuaLS/lua-language-server/issues/488)
+* `FIX` [#490](https://github.com/LuaLS/lua-language-server/issues/490)
+* `FIX` [#495](https://github.com/LuaLS/lua-language-server/issues/495)
 
 ## 1.20.2
 `2021-4-2`
 * `CHG` `LuaDoc`: supports `---@param self TYPE`
 * `CHG` completion: does not show suggests after `\n`, `{` and `,`, unless your setting `editor.acceptSuggestionOnEnter` is `off`
-* `FIX` [#482](https://github.com/sumneko/lua-language-server/issues/482)
+* `FIX` [#482](https://github.com/LuaLS/lua-language-server/issues/482)
 
 ## 1.20.1
 `2021-3-27`
 * `FIX` telemetry window blocks initializing
-* `FIX` [#468](https://github.com/sumneko/lua-language-server/issues/468)
+* `FIX` [#468](https://github.com/LuaLS/lua-language-server/issues/468)
 
 ## 1.20.0
 `2021-3-27`
-* `CHG` telemetry: change to opt-in, see [#462](https://github.com/sumneko/lua-language-server/issues/462) and [Privacy-Policy](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy)
-* `FIX` [#467](https://github.com/sumneko/lua-language-server/issues/467)
+* `CHG` telemetry: change to opt-in, see [#462](https://github.com/LuaLS/lua-language-server/issues/462) and [Privacy-Policy](https://github.com/LuaLS/lua-language-server/wiki/Privacy-Policy)
+* `FIX` [#467](https://github.com/LuaLS/lua-language-server/issues/467)
 
 ## 1.19.1
 `2021-3-22`
 * `CHG` improve performance
-* `FIX` [#457](https://github.com/sumneko/lua-language-server/issues/457)
-* `FIX` [#458](https://github.com/sumneko/lua-language-server/issues/458)
+* `FIX` [#457](https://github.com/LuaLS/lua-language-server/issues/457)
+* `FIX` [#458](https://github.com/LuaLS/lua-language-server/issues/458)
 
 ## 1.19.0
 `2021-3-18`
@@ -1371,13 +1371,13 @@ f( -- view comments of `1` and `2` in completion
 * `CHG` improve initialization speed
 * `CHG` improve performance
 * `FIX` missed syntax error `function m['x']() end`
-* `FIX` [#452](https://github.com/sumneko/lua-language-server/issues/452)
+* `FIX` [#452](https://github.com/LuaLS/lua-language-server/issues/452)
 
 ## 1.18.1
 `2021-3-10`
 * `CHG` semantic-tokens: improve colors of `const` and `close`
 * `CHG` type-formating: improve execution conditions
-* `FIX` [#444](https://github.com/sumneko/lua-language-server/issues/444)
+* `FIX` [#444](https://github.com/LuaLS/lua-language-server/issues/444)
 
 ## 1.18.0
 `2021-3-9`
@@ -1404,21 +1404,21 @@ f( -- view comments of `1` and `2` in completion
 * `CHG` `Lua.workspace.library`: use `path[]` instead of `<path, true>`
 * `FIX` missed syntax error `local a <const>= 1`
 * `FIX` workspace: preload blocked when hitting `Lua.workspace.maxPreload`
-* `FIX` [#443](https://github.com/sumneko/lua-language-server/issues/443)
-* `FIX` [#445](https://github.com/sumneko/lua-language-server/issues/445)
+* `FIX` [#443](https://github.com/LuaLS/lua-language-server/issues/443)
+* `FIX` [#445](https://github.com/LuaLS/lua-language-server/issues/445)
 
 ## 1.17.4
 `2021-3-4`
-* `FIX` [#437](https://github.com/sumneko/lua-language-server/issues/437) again
-* `FIX` [#438](https://github.com/sumneko/lua-language-server/issues/438)
+* `FIX` [#437](https://github.com/LuaLS/lua-language-server/issues/437) again
+* `FIX` [#438](https://github.com/LuaLS/lua-language-server/issues/438)
 
 ## 1.17.3
 `2021-3-3`
 * `CHG` intelli-scense: treat `V[]` as `table<integer, V>` in `pairs`
 * `FIX` completion: `detail` disappears during continuous input
-* `FIX` [#435](https://github.com/sumneko/lua-language-server/issues/435)
-* `FIX` [#436](https://github.com/sumneko/lua-language-server/issues/436)
-* `FIX` [#437](https://github.com/sumneko/lua-language-server/issues/437)
+* `FIX` [#435](https://github.com/LuaLS/lua-language-server/issues/435)
+* `FIX` [#436](https://github.com/LuaLS/lua-language-server/issues/436)
+* `FIX` [#437](https://github.com/LuaLS/lua-language-server/issues/437)
 
 ## 1.17.2
 `2021-3-2`
@@ -1429,9 +1429,9 @@ f( -- view comments of `1` and `2` in completion
 * `CHG` intelli-scense: improve infer across `table<K, V>` and `V[]`.
 * `CHG` intelli-scense: improve infer across `pairs` and `ipairs`
 * `FIX` hover: shows nothing when hovering unknown function
-* `FIX` [#398](https://github.com/sumneko/lua-language-server/issues/398)
-* `FIX` [#421](https://github.com/sumneko/lua-language-server/issues/421)
-* `FIX` [#422](https://github.com/sumneko/lua-language-server/issues/422)
+* `FIX` [#398](https://github.com/LuaLS/lua-language-server/issues/398)
+* `FIX` [#421](https://github.com/LuaLS/lua-language-server/issues/421)
+* `FIX` [#422](https://github.com/LuaLS/lua-language-server/issues/422)
 
 ## 1.17.0
 `2021-2-24`
@@ -1440,69 +1440,69 @@ f( -- view comments of `1` and `2` in completion
 * `CHG` completion: improve field and table
 * `CHG` improve infer cross `ipairs`
 * `CHG` cache globals when loading
-* `CHG` completion: remove trigger character `\n` for now, see [#401](https://github.com/sumneko/lua-language-server/issues/401)
+* `CHG` completion: remove trigger character `\n` for now, see [#401](https://github.com/LuaLS/lua-language-server/issues/401)
 * `FIX` diagnositc: may open file with wrong uri case
-* `FIX` [#406](https://github.com/sumneko/lua-language-server/issues/406)
+* `FIX` [#406](https://github.com/LuaLS/lua-language-server/issues/406)
 
 ## 1.16.1
 `2021-2-22`
 * `FIX` signature: parameters may be misplaced
 * `FIX` completion: interface in nested table
 * `FIX` completion: interface not show after `,`
-* `FIX` [#400](https://github.com/sumneko/lua-language-server/issues/400)
-* `FIX` [#402](https://github.com/sumneko/lua-language-server/issues/402)
-* `FIX` [#403](https://github.com/sumneko/lua-language-server/issues/403)
-* `FIX` [#404](https://github.com/sumneko/lua-language-server/issues/404)
+* `FIX` [#400](https://github.com/LuaLS/lua-language-server/issues/400)
+* `FIX` [#402](https://github.com/LuaLS/lua-language-server/issues/402)
+* `FIX` [#403](https://github.com/LuaLS/lua-language-server/issues/403)
+* `FIX` [#404](https://github.com/LuaLS/lua-language-server/issues/404)
 * `FIX` runtime errors
 
 ## 1.16.0
 `2021-2-20`
 * `NEW` file encoding supports `ansi`
-* `NEW` completion: supports interface, see [#384](https://github.com/sumneko/lua-language-server/issues/384)
+* `NEW` completion: supports interface, see [#384](https://github.com/LuaLS/lua-language-server/issues/384)
 * `NEW` `LuaDoc`: supports multiple class inheritance: `---@class Food: Burger, Pizza, Pie, Pasta`
 * `CHG` rename `table*` to `tablelib`
-* `CHG` `LuaDoc`: revert compatible with `--@`, see [#392](https://github.com/sumneko/lua-language-server/issues/392)
+* `CHG` `LuaDoc`: revert compatible with `--@`, see [#392](https://github.com/LuaLS/lua-language-server/issues/392)
 * `CHG` improve performance
 * `FIX` missed syntax error `f() = 1`
 * `FIX` missed global `bit` in `LuaJIT`
 * `FIX` completion: may insert error text when continuous inputing
 * `FIX` completion: may insert error text after resolve
-* `FIX` [#349](https://github.com/sumneko/lua-language-server/issues/349)
-* `FIX` [#396](https://github.com/sumneko/lua-language-server/issues/396)
+* `FIX` [#349](https://github.com/LuaLS/lua-language-server/issues/349)
+* `FIX` [#396](https://github.com/LuaLS/lua-language-server/issues/396)
 
 ## 1.15.1
 `2021-2-18`
 * `CHG` diagnostic: `unused-local` excludes `doc.param`
-* `CHG` definition: excludes values, see [#391](https://github.com/sumneko/lua-language-server/issues/391)
+* `CHG` definition: excludes values, see [#391](https://github.com/LuaLS/lua-language-server/issues/391)
 * `FIX` not works on Linux and macOS
 
 ## 1.15.0
 `2021-2-9`
 * `NEW` LUNAR YEAR, BE HAPPY!
 * `CHG` diagnostic: when there are too many errors, the main errors will be displayed first
-* `CHG` main thread no longer loop sleeps, see [#329](https://github.com/sumneko/lua-language-server/issues/329) [#386](https://github.com/sumneko/lua-language-server/issues/386)
+* `CHG` main thread no longer loop sleeps, see [#329](https://github.com/LuaLS/lua-language-server/issues/329) [#386](https://github.com/LuaLS/lua-language-server/issues/386)
 * `CHG` improve performance
 
 ## 1.14.3
 `2021-2-8`
-* `CHG` hint: disabled by default, see [#380](https://github.com/sumneko/lua-language-server/issues/380)
-* `FIX` [#381](https://github.com/sumneko/lua-language-server/issues/381)
-* `FIX` [#382](https://github.com/sumneko/lua-language-server/issues/382)
-* `FIX` [#388](https://github.com/sumneko/lua-language-server/issues/388)
+* `CHG` hint: disabled by default, see [#380](https://github.com/LuaLS/lua-language-server/issues/380)
+* `FIX` [#381](https://github.com/LuaLS/lua-language-server/issues/381)
+* `FIX` [#382](https://github.com/LuaLS/lua-language-server/issues/382)
+* `FIX` [#388](https://github.com/LuaLS/lua-language-server/issues/388)
 
 ## 1.14.2
 `2021-2-4`
-* `FIX` [#356](https://github.com/sumneko/lua-language-server/issues/356)
-* `FIX` [#375](https://github.com/sumneko/lua-language-server/issues/375)
-* `FIX` [#376](https://github.com/sumneko/lua-language-server/issues/376)
-* `FIX` [#377](https://github.com/sumneko/lua-language-server/issues/377)
-* `FIX` [#378](https://github.com/sumneko/lua-language-server/issues/378)
-* `FIX` [#379](https://github.com/sumneko/lua-language-server/issues/379)
+* `FIX` [#356](https://github.com/LuaLS/lua-language-server/issues/356)
+* `FIX` [#375](https://github.com/LuaLS/lua-language-server/issues/375)
+* `FIX` [#376](https://github.com/LuaLS/lua-language-server/issues/376)
+* `FIX` [#377](https://github.com/LuaLS/lua-language-server/issues/377)
+* `FIX` [#378](https://github.com/LuaLS/lua-language-server/issues/378)
+* `FIX` [#379](https://github.com/LuaLS/lua-language-server/issues/379)
 * `FIX` a lot of runtime errors
 
 ## 1.14.1
 `2021-2-2`
-* `FIX` [#372](https://github.com/sumneko/lua-language-server/issues/372)
+* `FIX` [#372](https://github.com/LuaLS/lua-language-server/issues/372)
 
 ## 1.14.0
 `2021-2-2`
@@ -1512,8 +1512,8 @@ f( -- view comments of `1` and `2` in completion
 * `CHG` create/delete/rename files no longer reload workspace
 * `CHG` `LuaDoc`: compatible with `--@`
 * `FIX` `VSCode` settings
-* `FIX` [#368](https://github.com/sumneko/lua-language-server/issues/368)
-* `FIX` [#371](https://github.com/sumneko/lua-language-server/issues/371)
+* `FIX` [#368](https://github.com/LuaLS/lua-language-server/issues/368)
+* `FIX` [#371](https://github.com/LuaLS/lua-language-server/issues/371)
 
 ## 1.13.0
 `2021-1-28`
@@ -1535,15 +1535,15 @@ f( -- view comments of `1` and `2` in completion
 ## 1.12.0
 `2021-1-26`
 * `NEW` progress
-* `NEW` [#340](https://github.com/sumneko/lua-language-server/pull/340): supports `---@type table<string, number>`
-* `FIX` [#355](https://github.com/sumneko/lua-language-server/pull/355)
-* `FIX` [#359](https://github.com/sumneko/lua-language-server/issues/359)
-* `FIX` [#361](https://github.com/sumneko/lua-language-server/issues/361)
+* `NEW` [#340](https://github.com/LuaLS/lua-language-server/pull/340): supports `---@type table<string, number>`
+* `FIX` [#355](https://github.com/LuaLS/lua-language-server/pull/355)
+* `FIX` [#359](https://github.com/LuaLS/lua-language-server/issues/359)
+* `FIX` [#361](https://github.com/LuaLS/lua-language-server/issues/361)
 
 ## 1.11.2
 `2021-1-7`
-* `FIX` [#345](https://github.com/sumneko/lua-language-server/issues/345): not works with unexpect args
-* `FIX` [#346](https://github.com/sumneko/lua-language-server/issues/346): dont modify the cache
+* `FIX` [#345](https://github.com/LuaLS/lua-language-server/issues/345): not works with unexpect args
+* `FIX` [#346](https://github.com/LuaLS/lua-language-server/issues/346): dont modify the cache
 
 ## 1.11.1
 `2021-1-5`
@@ -1568,7 +1568,7 @@ f( -- view comments of `1` and `2` in completion
 * `CHG` completion: show words in string
 * `CHG` completion: split `for .. in` to `for .. ipairs` and `for ..pairs`
 * `CHG` diagnostic: `unused-function` checks recursive
-* `FIX` [#339](https://github.com/sumneko/lua-language-server/issues/339)
+* `FIX` [#339](https://github.com/LuaLS/lua-language-server/issues/339)
 
 ## 1.9.0
 `2020-12-31`
@@ -1592,7 +1592,7 @@ f( -- view comments of `1` and `2` in completion
 `2020-12-23`
 * `NEW` runtime: support nonstandard symbol
 * `NEW` diagnostic: `close-non-object`
-* `FIX` [#318](https://github.com/sumneko/lua-language-server/issues/318)
+* `FIX` [#318](https://github.com/LuaLS/lua-language-server/issues/318)
 
 ## 1.7.4
 `2020-12-20`
@@ -1601,12 +1601,12 @@ f( -- view comments of `1` and `2` in completion
 ## 1.7.3
 `2020-12-20`
 * `FIX` luadoc: typo of `package.config`
-* `FIX` [#310](https://github.com/sumneko/lua-language-server/issues/310)
+* `FIX` [#310](https://github.com/LuaLS/lua-language-server/issues/310)
 
 ## 1.7.2
 `2020-12-17`
 * `CHG` completion: use custom tabsize
-* `FIX` [#307](https://github.com/sumneko/lua-language-server/issues/307)
+* `FIX` [#307](https://github.com/LuaLS/lua-language-server/issues/307)
 * `FIX` a lot of runtime errors
 
 ## 1.7.1
@@ -1620,7 +1620,7 @@ f( -- view comments of `1` and `2` in completion
 `2020-12-16`
 * `NEW` diagnostic: `undefined-field`
 * `NEW` telemetry:
-    + [What data will be sent](https://github.com/sumneko/lua-language-server/blob/master/script/service/telemetry.lua)
+    + [What data will be sent](https://github.com/LuaLS/lua-language-server/blob/master/script/service/telemetry.lua)
     + [How to use this data](https://github.com/sumneko/lua-telemetry-server/tree/master/method)
 * `CHG` diagnostic: `unused-function` ignores function with `<close>`
 * `CHG` semantic: not cover local call
@@ -1628,8 +1628,8 @@ f( -- view comments of `1` and `2` in completion
 * `FIX` semantic: tokens may not be updated correctly
 * `FIX` completion: require path broken
 * `FIX` hover: document uri
-* `FIX` [#291](https://github.com/sumneko/lua-language-server/issues/291)
-* `FIX` [#294](https://github.com/sumneko/lua-language-server/issues/294)
+* `FIX` [#291](https://github.com/LuaLS/lua-language-server/issues/291)
+* `FIX` [#294](https://github.com/LuaLS/lua-language-server/issues/294)
 
 ## 1.6.0
 `2020-12-14`
@@ -1641,16 +1641,16 @@ f( -- view comments of `1` and `2` in completion
 * `CHG` hover: `LuaDoc` also catchs `--` (no need `---`)
 * `CHG` rename: support doc
 * `CHG` completion: keyword considers expression
-* `FIX` [#297](https://github.com/sumneko/lua-language-server/issues/297)
+* `FIX` [#297](https://github.com/LuaLS/lua-language-server/issues/297)
 
 ## 1.5.0
 `2020-12-5`
 * `NEW` setting `runtime.unicodeName`
 * `NEW` fully supports `---@generic T`
-* `FIX` [#274](https://github.com/sumneko/lua-language-server/issues/274)
-* `FIX` [#276](https://github.com/sumneko/lua-language-server/issues/276)
-* `FIX` [#279](https://github.com/sumneko/lua-language-server/issues/279)
-* `FIX` [#280](https://github.com/sumneko/lua-language-server/issues/280)
+* `FIX` [#274](https://github.com/LuaLS/lua-language-server/issues/274)
+* `FIX` [#276](https://github.com/LuaLS/lua-language-server/issues/276)
+* `FIX` [#279](https://github.com/LuaLS/lua-language-server/issues/279)
+* `FIX` [#280](https://github.com/LuaLS/lua-language-server/issues/280)
 
 ## 1.4.0
 `2020-12-3`
@@ -1676,12 +1676,12 @@ f( -- view comments of `1` and `2` in completion
 ## 1.2.1
 `2020-11-27`
 
-* `FIX` syntaxes tokens: [#272](https://github.com/sumneko/lua-language-server/issues/272)
+* `FIX` syntaxes tokens: [#272](https://github.com/LuaLS/lua-language-server/issues/272)
 
 ## 1.2.0
 `2020-11-27`
 
-* `NEW` hover shows comments from `---@param` and `---@return`: [#135](https://github.com/sumneko/lua-language-server/issues/135)
+* `NEW` hover shows comments from `---@param` and `---@return`: [#135](https://github.com/LuaLS/lua-language-server/issues/135)
 * `NEW` support `LuaDoc` as tail comment
 * `FIX` `---@class` inheritance
 * `FIX` missed syntaxes token: `punctuation.definition.parameters.finish.lua`
@@ -1689,12 +1689,12 @@ f( -- view comments of `1` and `2` in completion
 ## 1.1.4
 `2020-11-25`
 
-* `FIX` wiered completion suggests for require paths in `Linux` and `macOS`: [#269](https://github.com/sumneko/lua-language-server/issues/269)
+* `FIX` wiered completion suggests for require paths in `Linux` and `macOS`: [#269](https://github.com/LuaLS/lua-language-server/issues/269)
 
 ## 1.1.3
 `2020-11-25`
 
-* `FIX` extension not works in `Ubuntu`: [#268](https://github.com/sumneko/lua-language-server/issues/268)
+* `FIX` extension not works in `Ubuntu`: [#268](https://github.com/LuaLS/lua-language-server/issues/268)
 
 ## 1.1.2
 `2020-11-24`
@@ -1705,7 +1705,7 @@ f( -- view comments of `1` and `2` in completion
 * `CHG` `LuaDoc` supports `--- @`
 * `CHG` `find reference` uses extra `Lua.intelliSense.searchDepth`
 * `CHG` diagnostics are limited by `100` in each file
-* `FIX` library files are under limit of `Lua.workspace.maxPreload`: [#266](https://github.com/sumneko/lua-language-server/issues/266)
+* `FIX` library files are under limit of `Lua.workspace.maxPreload`: [#266](https://github.com/LuaLS/lua-language-server/issues/266)
 
 ## 1.1.1
 `2020-11-23`
@@ -1730,9 +1730,9 @@ f( -- view comments of `1` and `2` in completion
 * `CHG` optimize performance
 * `CHG` updated language client
 * `CHG` `unused-function` ignores global functions (may used out of Lua)
-* `CHG` checks if client supports `Lua.completion.enable`: [#259](https://github.com/sumneko/lua-language-server/issues/259)
+* `CHG` checks if client supports `Lua.completion.enable`: [#259](https://github.com/LuaLS/lua-language-server/issues/259)
 * `FIX` support for single Lua file
-* `FIX` [#257](https://github.com/sumneko/lua-language-server/issues/257)
+* `FIX` [#257](https://github.com/LuaLS/lua-language-server/issues/257)
 
 ## 1.0.5
 `2020-11-14`
@@ -1749,7 +1749,7 @@ f( -- view comments of `1` and `2` in completion
 
 * `NEW` server kills itself when disconnecting
 * `NEW` `LuaDoc` supports more `EmmyLua`
-* `FIX` `Lua.diagnostics.enable` not works: [#251](https://github.com/sumneko/lua-language-server/issues/251)
+* `FIX` `Lua.diagnostics.enable` not works: [#251](https://github.com/LuaLS/lua-language-server/issues/251)
 
 ## 1.0.2
 `2020-11-11`
@@ -1757,7 +1757,7 @@ f( -- view comments of `1` and `2` in completion
 * `NEW` supports `---|` after `doc.type`
 * `CHG` `lowcase-global` ignores globals with `---@class`
 * `FIX` endless loop
-* `FIX` [#244](https://github.com/sumneko/lua-language-server/issues/244)
+* `FIX` [#244](https://github.com/LuaLS/lua-language-server/issues/244)
 
 ## 1.0.1
 `2020-11-10`
diff --git a/package.json b/package.json
index 824c23029b088ee16bbadef67d727ccdb8c9ca30..e6e609756f471c3bc834ab3e6064074a7e2b6a48 100644
--- a/package.json
+++ b/package.json
@@ -3049,10 +3049,10 @@
 	"publisher": "sumneko",
 	"repository": {
 		"type": "git",
-		"url": "https://github.com/sumneko/lua-language-server"
+		"url": "https://github.com/LuaLS/lua-language-server"
 	},
 	"sponsor": {
-		"url": "https://github.com/sumneko/lua-language-server/issues/484"
+		"url": "https://github.com/LuaLS/lua-language-server/issues/484"
 	},
 	"version": "3.6.9"
 }
diff --git a/package.nls.json b/package.nls.json
index 55186fb22832bce214a5135ad09711bf5f013fc0..1ae5965274c7acbdec914834f523f22d6262d0aa 100644
--- a/package.nls.json
+++ b/package.nls.json
@@ -1,9 +1,9 @@
 {
     "command.exportDocument": "Export Document ...",
-    "config.IntelliSense.traceBeSetted": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
-    "config.IntelliSense.traceFieldInject": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
-    "config.IntelliSense.traceLocalSet": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
-    "config.IntelliSense.traceReturn": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
+    "config.IntelliSense.traceBeSetted": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
+    "config.IntelliSense.traceFieldInject": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
+    "config.IntelliSense.traceLocalSet": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
+    "config.IntelliSense.traceReturn": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
     "config.codeLens.enable": "Enable code lens.",
     "config.color.mode": "Color mode.",
     "config.color.mode.Grammar": "Grammar color.",
@@ -183,7 +183,7 @@
     "config.runtime.nonstandardSymbol": "Supports non-standard symbols. Make sure that your runtime environment supports these symbols.",
     "config.runtime.path": "When using `require`, how to find the file based on the input name.\nSetting this config to `?/init.lua` means that when you enter `require 'myfile'`, `${workspace}/myfile/init.lua` will be searched from the loaded files.\nif `runtime.pathStrict` is `false`, `${workspace}/**/myfile/init.lua` will also be searched.\nIf you want to load files outside the workspace, you need to set `Lua.workspace.library` first.\n",
     "config.runtime.pathStrict": "When enabled, `runtime.path` will only search the first level of directories, see the description of `runtime.path`.",
-    "config.runtime.plugin": "Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more.",
+    "config.runtime.plugin": "Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more.",
     "config.runtime.pluginArgs": "Additional arguments for the plugin.",
     "config.runtime.special": "The custom global variables are regarded as some special built-in variables, and the language server will provide special support\nThe following example shows that 'include' is treated as' require '.\n```json\n\"Lua.runtime.special\" : {\n    \"include\" : \"require\"\n}\n```\n",
     "config.runtime.unicodeName": "Allows Unicode characters in name.",
@@ -199,7 +199,7 @@
     "config.semantic.variable": "Semantic coloring of variables/fields/parameters.",
     "config.signatureHelp.enable": "Enable signature help.",
     "config.spell.dict": "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/Home#privacy).\n",
+    "config.telemetry.enable": "Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy).\n",
     "config.type.castNumberToInteger": "Allowed to assign the `number` type to the `integer` type.",
     "config.type.weakNilCheck": "When checking the type of union type, ignore the `nil` in it.\n\nWhen this setting is `false`, the `number|nil` type cannot be assigned to the `number` type. It can be with `true`.\n",
     "config.type.weakUnionCheck": "Once one subtype of a union type meets the condition, the union type also meets the condition.\n\nWhen this setting is `false`, the `number|boolean` type cannot be assigned to the `number` type. It can be with `true`.\n",
@@ -217,5 +217,5 @@
     "config.workspace.preloadFileSize": "Skip files larger than this value (KB) when preloading.",
     "config.workspace.supportScheme": "Provide language server for the Lua files of the following scheme.",
     "config.workspace.useGitIgnore": "Ignore files list in `.gitignore` .",
-    "config.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)"
-}
\ No newline at end of file
+    "config.workspace.userThirdParty": "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)"
+}
diff --git a/package.nls.pt-br.json b/package.nls.pt-br.json
index 5c8929857a49138aec659b728a4940c3395e13c4..65b73c152a0ae06c6d7241e6e42a539e681b2a8e 100644
--- a/package.nls.pt-br.json
+++ b/package.nls.pt-br.json
@@ -1,9 +1,9 @@
 {
     "command.exportDocument": "Export Document ...",
-    "config.IntelliSense.traceBeSetted": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
-    "config.IntelliSense.traceFieldInject": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
-    "config.IntelliSense.traceLocalSet": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
-    "config.IntelliSense.traceReturn": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
+    "config.IntelliSense.traceBeSetted": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
+    "config.IntelliSense.traceFieldInject": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
+    "config.IntelliSense.traceLocalSet": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
+    "config.IntelliSense.traceReturn": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
     "config.codeLens.enable": "Enable code lens.",
     "config.color.mode": "Color mode.",
     "config.color.mode.Grammar": "Grammar color.",
@@ -183,7 +183,7 @@
     "config.runtime.nonstandardSymbol": "Supports non-standard symbols. Make sure that your runtime environment supports these symbols.",
     "config.runtime.path": "When using `require`, how to find the file based on the input name.\nSetting this config to `?/init.lua` means that when you enter `require 'myfile'`, `${workspace}/myfile/init.lua` will be searched from the loaded files.\nif `runtime.pathStrict` is `false`, `${workspace}/**/myfile/init.lua` will also be searched.\nIf you want to load files outside the workspace, you need to set `Lua.workspace.library` first.\n",
     "config.runtime.pathStrict": "When enabled, `runtime.path` will only search the first level of directories, see the description of `runtime.path`.",
-    "config.runtime.plugin": "Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more.",
+    "config.runtime.plugin": "Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more.",
     "config.runtime.pluginArgs": "Additional arguments for the plugin.",
     "config.runtime.special": "The custom global variables are regarded as some special built-in variables, and the language server will provide special support\nThe following example shows that 'include' is treated as' require '.\n```json\n\"Lua.runtime.special\" : {\n    \"include\" : \"require\"\n}\n```\n",
     "config.runtime.unicodeName": "Allows Unicode characters in name.",
@@ -199,7 +199,7 @@
     "config.semantic.variable": "Semantic coloring of variables/fields/parameters.",
     "config.signatureHelp.enable": "Enable signature help.",
     "config.spell.dict": "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/Home#privacy).\n",
+    "config.telemetry.enable": "Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy).\n",
     "config.type.castNumberToInteger": "Allowed to assign the `number` type to the `integer` type.",
     "config.type.weakNilCheck": "When checking the type of union type, ignore the `nil` in it.\n\nWhen this setting is `false`, the `number|nil` type cannot be assigned to the `number` type. It can be with `true`.\n",
     "config.type.weakUnionCheck": "Once one subtype of a union type meets the condition, the union type also meets the condition.\n\nWhen this setting is `false`, the `number|boolean` type cannot be assigned to the `number` type. It can be with `true`.\n",
@@ -217,5 +217,5 @@
     "config.workspace.preloadFileSize": "Skip files larger than this value (KB) when preloading.",
     "config.workspace.supportScheme": "Provide language server for the Lua files of the following scheme.",
     "config.workspace.useGitIgnore": "Ignore files list in `.gitignore` .",
-    "config.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)"
-}
\ No newline at end of file
+    "config.workspace.userThirdParty": "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)"
+}
diff --git a/package.nls.zh-cn.json b/package.nls.zh-cn.json
index 32dc9b040d55d3235b2e68ee273f62cd01555330..fd5db55fe4f5980b3784fe9541a9602628441940 100644
--- a/package.nls.zh-cn.json
+++ b/package.nls.zh-cn.json
@@ -1,9 +1,9 @@
 {
     "command.exportDocument": "导出文档...",
-    "config.IntelliSense.traceBeSetted": "请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
-    "config.IntelliSense.traceFieldInject": "请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
-    "config.IntelliSense.traceLocalSet": "请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
-    "config.IntelliSense.traceReturn": "请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
+    "config.IntelliSense.traceBeSetted": "请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
+    "config.IntelliSense.traceFieldInject": "请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
+    "config.IntelliSense.traceLocalSet": "请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
+    "config.IntelliSense.traceReturn": "请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
     "config.codeLens.enable": "启用代码度量。",
     "config.color.mode": "着色模式。",
     "config.color.mode.Grammar": "语法着色。",
@@ -154,7 +154,7 @@
     "config.intelliSense.fastGlobal": "在对全局变量进行补全,及查看 `_G` 的悬浮提示时进行优化。这会略微降低类型推测的准确度,但是对于大量使用全局变量的项目会有大幅的性能提升。",
     "config.intelliSense.searchDepth": "设置智能感知的搜索深度。增大该值可以增加准确度,但会降低性能。不同的项目对该设置的容忍度差异较大,请自己调整为合适的值。",
     "config.misc.executablePath": "VSCode中指定可执行文件路径。",
-    "config.misc.parameters": "VSCode中启动语言服务时的[命令行参数](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。",
+    "config.misc.parameters": "VSCode中启动语言服务时的[命令行参数](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。",
     "config.runtime.builtin": "调整内置库的启用状态,你可以根据实际运行环境禁用掉不存在的库(或重新定义)。\n\n* `default`: 表示库会根据运行版本启用或禁用\n* `enable`: 总是启用\n* `disable`: 总是禁用\n",
     "config.runtime.builtin.basic": "",
     "config.runtime.builtin.bit": "",
@@ -183,7 +183,7 @@
     "config.runtime.nonstandardSymbol": "支持非标准的符号。请务必确认你的运行环境支持这些符号。",
     "config.runtime.path": "当使用 `require` 时,如何根据输入的名字来查找文件。\n此选项设置为 `?/init.lua` 意味着当你输入 `require 'myfile'` 时,会从已加载的文件中搜索 `{workspace}/myfile/init.lua`。\n当 `runtime.pathStrict` 设置为 `false` 时,还会尝试搜索 `${workspace}/**/myfile/init.lua`。\n如果你想要加载工作区以外的文件,你需要先设置 `Lua.workspace.library`。\n",
     "config.runtime.pathStrict": "启用后 `runtime.path` 将只搜索第一层目录,见 `runtime.path` 的说明。",
-    "config.runtime.plugin": "插件路径,请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/Plugins)了解用法。",
+    "config.runtime.plugin": "插件路径,请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/Plugins)了解用法。",
     "config.runtime.pluginArgs": "Additional arguments for the plugin.",
     "config.runtime.special": "将自定义全局变量视为一些特殊的内置变量,语言服务将提供特殊的支持。\n下面这个例子表示将 `include` 视为 `require` 。\n```json\n\"Lua.runtime.special\" : {\n    \"include\" : \"require\"\n}\n```\n",
     "config.runtime.unicodeName": "允许在名字中使用 Unicode 字符。",
@@ -199,7 +199,7 @@
     "config.semantic.variable": "对变量/字段/参数进行语义着色。",
     "config.signatureHelp.enable": "启用参数提示。",
     "config.spell.dict": "拼写检查的自定义单词。",
-    "config.telemetry.enable": "启用遥测,通过网络发送你的编辑器信息与错误日志。在[此处](https://github.com/sumneko/lua-language-server/wiki/Home#privacy)阅读我们的隐私声明。\n",
+    "config.telemetry.enable": "启用遥测,通过网络发送你的编辑器信息与错误日志。在[此处](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy)阅读我们的隐私声明。\n",
     "config.type.castNumberToInteger": "允许将 `number` 类型赋给 `integer` 类型。",
     "config.type.weakNilCheck": "对联合类型进行类型检查时,忽略其中的 `nil`。\n\n此设置为 `false` 时,`numer|nil` 类型无法赋给 `number` 类型;为 `true` 是则可以。\n",
     "config.type.weakUnionCheck": "联合类型中只要有一个子类型满足条件,则联合类型也满足条件。\n\n此设置为 `false` 时,`number|boolean` 类型无法赋给 `number` 类型;为 `true` 时则可以。\n",
@@ -217,5 +217,5 @@
     "config.workspace.preloadFileSize": "预加载时跳过大小大于该值(KB)的文件。",
     "config.workspace.supportScheme": "为以下 scheme 的lua文件提供语言服务。",
     "config.workspace.useGitIgnore": "忽略 `.gitignore` 中列举的文件。",
-    "config.workspace.userThirdParty": "在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)"
-}
\ No newline at end of file
+    "config.workspace.userThirdParty": "在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)"
+}
diff --git a/package.nls.zh-tw.json b/package.nls.zh-tw.json
index e273c17622636956f75f32ce5319cd4ccf84858f..815e00f253caecca71c0780f6f10a6d743755d0b 100644
--- a/package.nls.zh-tw.json
+++ b/package.nls.zh-tw.json
@@ -1,9 +1,9 @@
 {
     "command.exportDocument": "Export Document ...",
-    "config.IntelliSense.traceBeSetted": "請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
-    "config.IntelliSense.traceFieldInject": "請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
-    "config.IntelliSense.traceLocalSet": "請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
-    "config.IntelliSense.traceReturn": "請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
+    "config.IntelliSense.traceBeSetted": "請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
+    "config.IntelliSense.traceFieldInject": "請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
+    "config.IntelliSense.traceLocalSet": "請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
+    "config.IntelliSense.traceReturn": "請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
     "config.codeLens.enable": "Enable code lens.",
     "config.color.mode": "著色模式。",
     "config.color.mode.Grammar": "語法著色。",
@@ -154,7 +154,7 @@
     "config.intelliSense.fastGlobal": "在對全域變數進行補全,及檢視 `_G` 的懸浮提示時進行最佳化。這會略微降低類型推測的準確度,但是對於大量使用全域變數的專案會有大幅的效能提升。",
     "config.intelliSense.searchDepth": "設定智慧感知的搜尋深度。增大該值可以增加準確度,但會降低效能。不同的工作區對該設定的容忍度差異較大,請自己調整為合適的值。",
     "config.misc.executablePath": "Specify the executable path in VSCode.",
-    "config.misc.parameters": "VSCode中啟動語言伺服時的[命令列參數](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。",
+    "config.misc.parameters": "VSCode中啟動語言伺服時的[命令列參數](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。",
     "config.runtime.builtin": "調整內建庫的啟用狀態,你可以根據實際執行環境停用(或重新定義)不存在的庫。\n\n* `default`: 表示庫會根據執行版本啟用或停用\n* `enable`: 總是啟用\n* `disable`: 總是停用\n",
     "config.runtime.builtin.basic": "",
     "config.runtime.builtin.bit": "",
@@ -183,7 +183,7 @@
     "config.runtime.nonstandardSymbol": "支援非標準的符號。請務必確認你的執行環境支援這些符號。",
     "config.runtime.path": "當使用 `require` 時,如何根據輸入的名字來尋找檔案。\n此選項設定為 `?/init.lua` 意味著當你輸入 `require 'myfile'` 時,會從已載入的檔案中搜尋 `{workspace}/myfile/init.lua`。\n當 `runtime.pathStrict` 設定為 `false` 時,還會嘗試搜尋 `${workspace}/**/myfile/init.lua`。\n如果你想要載入工作區以外的檔案,你需要先設定 `Lua.workspace.library`。\n",
     "config.runtime.pathStrict": "啟用後 `runtime.path` 將只搜尋第一層目錄,見 `runtime.path` 的説明。",
-    "config.runtime.plugin": "延伸模組路徑,請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/Plugins)瞭解用法。",
+    "config.runtime.plugin": "延伸模組路徑,請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/Plugins)瞭解用法。",
     "config.runtime.pluginArgs": "Additional arguments for the plugin.",
     "config.runtime.special": "將自訂全域變數視為一些特殊的內建變數,語言伺服將提供特殊的支援。\n下面這個例子表示將 `include` 視為 `require` 。\n```json\n\"Lua.runtime.special\" : {\n    \"include\" : \"require\"\n}\n```\n",
     "config.runtime.unicodeName": "允許在名字中使用 Unicode 字元。",
@@ -199,7 +199,7 @@
     "config.semantic.variable": "對變數/欄位/參數進行語義著色。",
     "config.signatureHelp.enable": "啟用參數提示。",
     "config.spell.dict": "拼寫檢查的自訂單詞。",
-    "config.telemetry.enable": "啟用遙測,透過網路發送你的編輯器資訊與錯誤日誌。在[此處](https://github.com/sumneko/lua-language-server/wiki/Home#privacy)閱讀我們的隱私聲明。\n",
+    "config.telemetry.enable": "啟用遙測,透過網路發送你的編輯器資訊與錯誤日誌。在[此處](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy)閱讀我們的隱私聲明。\n",
     "config.type.castNumberToInteger": "允許將 `number` 類型賦值給 `integer` 類型。",
     "config.type.weakNilCheck": "When checking the type of union type, ignore the `nil` in it.\n\nWhen this setting is `false`, the `number|nil` type cannot be assigned to the `number` type. It can be with `true`.\n",
     "config.type.weakUnionCheck": "同位類型中只要有一個子類型滿足條件,則同位類型也滿足條件。\n\n此設定為 `false` 時,`number|boolean` 類型無法賦給 `number` 類型;為 `true` 時則可以。\n",
@@ -217,5 +217,5 @@
     "config.workspace.preloadFileSize": "預載入時跳過大小大於該值(KB)的檔案。",
     "config.workspace.supportScheme": "為以下 `scheme` 的lua檔案提供語言伺服。",
     "config.workspace.useGitIgnore": "忽略 `.gitignore` 中列舉的檔案。",
-    "config.workspace.userThirdParty": "在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)"
-}
\ No newline at end of file
+    "config.workspace.userThirdParty": "在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)"
+}
diff --git a/package/package.lua b/package/package.lua
index 841bce7f473298f73e71b691a62699e43886e36b..cb591aaa85e0bbd4dd1ee25cdfbe001878fc4bfc 100644
--- a/package/package.lua
+++ b/package/package.lua
@@ -7,7 +7,7 @@ return {
     license = "MIT",
     repository = {
         type = "git",
-        url = "https://github.com/sumneko/lua-language-server"
+        url = "https://github.com/LuaLS/lua-language-server"
     },
     publisher = "sumneko",
     categories = {
@@ -21,7 +21,7 @@ return {
         "EmmyLua",
     },
     sponsor = {
-        url = "https://github.com/sumneko/lua-language-server/issues/484"
+        url = "https://github.com/LuaLS/lua-language-server/issues/484"
     },
     engines = {
         vscode = "^1.67.0"
diff --git a/setting/schema-pt-br.json b/setting/schema-pt-br.json
index f36d8767282d1d6c0a81015a6c72a79366b274e9..57ec09a12d627222111110befe6d98f8cd81e116 100644
--- a/setting/schema-pt-br.json
+++ b/setting/schema-pt-br.json
@@ -2825,7 +2825,7 @@
         },
         "runtime.plugin": {
             "default": "",
-            "markdownDescription": "Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more.",
+            "markdownDescription": "Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more.",
             "scope": "resource",
             "type": "string"
         },
@@ -3128,11 +3128,11 @@
             "items": {
                 "type": "string"
             },
-            "markdownDescription": "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)",
+            "markdownDescription": "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)",
             "scope": "resource",
             "type": "array"
         }
     },
     "title": "setting",
     "type": "object"
-}
\ No newline at end of file
+}
diff --git a/setting/schema-zh-cn.json b/setting/schema-zh-cn.json
index 8250f2f1a98e367c0c530f8db3e3143b94875c8e..c1db7e4a79fcab68657c0880618d38816da604cd 100644
--- a/setting/schema-zh-cn.json
+++ b/setting/schema-zh-cn.json
@@ -2521,7 +2521,7 @@
             "items": {
                 "type": "string"
             },
-            "markdownDescription": "VSCode中启动语言服务时的[命令行参数](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。",
+            "markdownDescription": "VSCode中启动语言服务时的[命令行参数](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。",
             "scope": "resource",
             "type": "array"
         },
@@ -2825,7 +2825,7 @@
         },
         "runtime.plugin": {
             "default": "",
-            "markdownDescription": "插件路径,请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/Plugins)了解用法。",
+            "markdownDescription": "插件路径,请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/Plugins)了解用法。",
             "scope": "resource",
             "type": "string"
         },
@@ -3128,11 +3128,11 @@
             "items": {
                 "type": "string"
             },
-            "markdownDescription": "在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)",
+            "markdownDescription": "在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)",
             "scope": "resource",
             "type": "array"
         }
     },
     "title": "setting",
     "type": "object"
-}
\ No newline at end of file
+}
diff --git a/setting/schema-zh-tw.json b/setting/schema-zh-tw.json
index ba406147b453e9360cf19fc4ef21291a59a00766..841901de4ee5f5325d4d056205d97735758b8316 100644
--- a/setting/schema-zh-tw.json
+++ b/setting/schema-zh-tw.json
@@ -2521,7 +2521,7 @@
             "items": {
                 "type": "string"
             },
-            "markdownDescription": "VSCode中啟動語言伺服時的[命令列參數](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。",
+            "markdownDescription": "VSCode中啟動語言伺服時的[命令列參數](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。",
             "scope": "resource",
             "type": "array"
         },
@@ -2825,7 +2825,7 @@
         },
         "runtime.plugin": {
             "default": "",
-            "markdownDescription": "延伸模組路徑,請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/Plugins)瞭解用法。",
+            "markdownDescription": "延伸模組路徑,請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/Plugins)瞭解用法。",
             "scope": "resource",
             "type": "string"
         },
@@ -3128,11 +3128,11 @@
             "items": {
                 "type": "string"
             },
-            "markdownDescription": "在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)",
+            "markdownDescription": "在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)",
             "scope": "resource",
             "type": "array"
         }
     },
     "title": "setting",
     "type": "object"
-}
\ No newline at end of file
+}
diff --git a/setting/schema.json b/setting/schema.json
index 373162658a0079e36e10bcb31b15fcaf8c7bbb66..a8e51e75745400368d339a08def2241984505d7c 100644
--- a/setting/schema.json
+++ b/setting/schema.json
@@ -2825,7 +2825,7 @@
         },
         "runtime.plugin": {
             "default": "",
-            "markdownDescription": "Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more.",
+            "markdownDescription": "Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more.",
             "scope": "resource",
             "type": "string"
         },
@@ -3128,11 +3128,11 @@
             "items": {
                 "type": "string"
             },
-            "markdownDescription": "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)",
+            "markdownDescription": "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)",
             "scope": "resource",
             "type": "array"
         }
     },
     "title": "setting",
     "type": "object"
-}
\ No newline at end of file
+}