Skip to content

Commit e45e41e

Browse files
committed
chore: update links to point to organization
1 parent 514403f commit e45e41e

File tree

18 files changed

+607
-607
lines changed

18 files changed

+607
-607
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: ["https://paypal.me/sumneko", "https://github.com/sumneko/lua-language-server/issues/484"]
1+
custom: ["https://paypal.me/sumneko", "https://github.com/LuaLS/lua-language-server/issues/484"]

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ body:
8888
label: Log File
8989
description: >
9090
Please provide your log file. Refer to the wiki to find your log file:
91-
https://github.com/sumneko/lua-language-server/wiki/FAQ#where-can-i-find-the-log-file
91+
https://github.com/LuaLS/lua-language-server/wiki/FAQ#where-can-i-find-the-log-file
9292
- type: markdown
9393
attributes:
9494
value: |

README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# lua-language-server
22

3-
![build](https://github.com/sumneko/lua-language-server/workflows/build/badge.svg)
3+
![build](https://github.com/LuaLS/lua-language-server/workflows/build/badge.svg)
44
[![version](https://vsmarketplacebadges.dev/version-short/sumneko.lua.svg)](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
55
![installs](https://vsmarketplacebadges.dev/installs-short/sumneko.lua.svg)
66
![downloads](https://vsmarketplacebadges.dev/downloads-short/sumneko.lua.svg)
7-
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/sumneko/lua-language-server.svg)](https://github.com/sumneko/lua-language-server/issues "Average time to resolve an issue")
7+
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/LuaLS/lua-language-server.svg)](https://github.com/LuaLS/lua-language-server/issues "Average time to resolve an issue")
88

99

1010
***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
1313

1414
## Features
1515

16-
- 📄 Over 20 supported [annotations](https://github.com/sumneko/lua-language-server/wiki/Annotations) for documenting your code
16+
- 📄 Over 20 supported [annotations](https://github.com/LuaLS/lua-language-server/wiki/Annotations) for documenting your code
1717
- ↪ Go to definition
18-
- 🦺 Dynamic [type checking](https://github.com/sumneko/lua-language-server/wiki/Type-Checking)
18+
- 🦺 Dynamic [type checking](https://github.com/LuaLS/lua-language-server/wiki/Type-Checking)
1919
- 🔍 Find references
20-
- ⚠️ [Diagnostics/Warnings](https://github.com/sumneko/lua-language-server/wiki/Diagnostics)
21-
- 🕵️ [Syntax checking](https://github.com/sumneko/lua-language-server/wiki/Syntax-Errors)
20+
- ⚠️ [Diagnostics/Warnings](https://github.com/LuaLS/lua-language-server/wiki/Diagnostics)
21+
- 🕵️ [Syntax checking](https://github.com/LuaLS/lua-language-server/wiki/Syntax-Errors)
2222
- 📝 Element renaming
2323
- 🗨️ Hover to view details on variables, functions, and more
2424
- 🖊️ Autocompletion
25-
- 📚 Support for [libraries](https://github.com/sumneko/lua-language-server/wiki/Libraries)
26-
- 💅 [Code formatting](https://github.com/sumneko/lua-language-server/wiki/Formatter)
27-
- 💬 [Spell checking](https://github.com/sumneko/lua-language-server/wiki/Formatter)
28-
- 🛠️ Custom [plugins](https://github.com/sumneko/lua-language-server/wiki/Plugins)
29-
- 📖 [Documentation Generation](https://github.com/sumneko/lua-language-server/wiki/Export-Documentation)
25+
- 📚 Support for [libraries](https://github.com/LuaLS/lua-language-server/wiki/Libraries)
26+
- 💅 [Code formatting](https://github.com/LuaLS/lua-language-server/wiki/Formatter)
27+
- 💬 [Spell checking](https://github.com/LuaLS/lua-language-server/wiki/Formatter)
28+
- 🛠️ Custom [plugins](https://github.com/LuaLS/lua-language-server/wiki/Plugins)
29+
- 📖 [Documentation Generation](https://github.com/LuaLS/lua-language-server/wiki/Export-Documentation)
3030

3131
## Install
3232

@@ -37,12 +37,12 @@ The language server can easily be installed for use in VS Code, but it can also
3737

3838
The language server and Visual Studio Code client can be installed from [the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sumneko.lua).
3939

40-
![](https://github.com/sumneko/vscode-lua/raw/master/images//Install%20In%20VSCode.gif)
40+
![](https://github.com/LuaLS/vscode-lua/raw/master/images//Install%20In%20VSCode.gif)
4141

4242
### Command Line
43-
[![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)
43+
[![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)
4444

45-
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.
45+
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.
4646

4747
## Supported Lua Versions
4848
| Version | Supported |
@@ -54,19 +54,19 @@ Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki
5454
| LuaJIT | ![][checkmark] |
5555

5656
## Links
57-
- [Changelog](https://github.com/sumneko/lua-language-server/blob/master/changelog.md)
58-
- [Wiki](https://github.com/sumneko/lua-language-server/wiki)
59-
- [FAQ](https://github.com/sumneko/lua-language-server/wiki/FAQ)
57+
- [Changelog](https://github.com/LuaLS/lua-language-server/blob/master/changelog.md)
58+
- [Wiki](https://github.com/LuaLS/lua-language-server/wiki)
59+
- [FAQ](https://github.com/LuaLS/lua-language-server/wiki/FAQ)
6060
- [Report an issue][issues]
6161
- [Suggest a feature][issues]
62-
- [Discuss](https://github.com/sumneko/lua-language-server/discussions)
62+
- [Discuss](https://github.com/LuaLS/lua-language-server/discussions)
6363

6464
> If you find any mistakes, please [report it][issues] or open a [pull request][pulls] if you have a fix of your own ❤️
6565
>
6666
> 如果你发现了任何错误,请[告诉我][issues]或使用[Pull Requests][pulls]来直接修复。❤️
6767
68-
[issues]: https://github.com/sumneko/lua-language-server/issues
69-
[pulls]: https://github.com/sumneko/lua-language-server/pulls
68+
[issues]: https://github.com/LuaLS/lua-language-server/issues
69+
[pulls]: https://github.com/LuaLS/lua-language-server/pulls
7070

7171
## Available Languages
7272

@@ -76,26 +76,26 @@ Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki
7676
- `pt-br` 🇧🇷
7777

7878

79-
> ℹ 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).
79+
> ℹ 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).
8080
81-
Are you able to [provide a translation](https://github.com/sumneko/lua-language-server/wiki/Translations)? It would be greatly appreciated!
81+
Are you able to [provide a translation](https://github.com/LuaLS/lua-language-server/wiki/Translations)? It would be greatly appreciated!
8282

83-
Thank you to [all contributors of translations](https://github.com/sumneko/lua-language-server/commits/master/locale)!
83+
Thank you to [all contributors of translations](https://github.com/LuaLS/lua-language-server/commits/master/locale)!
8484

85-
[en-US]: https://github.com/sumneko/lua-language-server/tree/master/locale/en-us
85+
[en-US]: https://github.com/LuaLS/lua-language-server/tree/master/locale/en-us
8686

8787
## Configuration
88-
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).
88+
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).
8989

9090
### Visual Studio Code
9191
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).
9292

9393
### Other
94-
See the [configuration file wiki page](https://github.com/sumneko/lua-language-server/wiki/Configuration-File).
94+
See the [configuration file wiki page](https://github.com/LuaLS/lua-language-server/wiki/Configuration-File).
9595

9696

9797
## Privacy
98-
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.
98+
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.
9999

100100

101101
## Contributors
@@ -107,13 +107,13 @@ Software that the language server (or the development of it) uses:
107107
* [bee.lua](https://github.com/actboy168/bee.lua)
108108
* [luamake](https://github.com/actboy168/luamake)
109109
* [LPegLabel](https://github.com/sqmedeiros/lpeglabel)
110-
* [LuaParser](https://github.com/sumneko/LuaParser)
110+
* [LuaParser](https://github.com/LuaLS/LuaParser)
111111
* [ScreenToGif](https://github.com/NickeManarin/ScreenToGif)
112112
* [vscode-languageclient](https://github.com/microsoft/vscode-languageserver-node)
113113
* [lua.tmbundle](https://github.com/textmate/lua.tmbundle)
114114
* [EmmyLua](https://emmylua.github.io)
115-
* [lua-glob](https://github.com/sumneko/lua-glob)
116-
* [utility](https://github.com/sumneko/utility)
115+
* [lua-glob](https://github.com/LuaLS/lua-glob)
116+
* [utility](https://github.com/LuaLS/utility)
117117
* [vscode-lua-doc](https://github.com/actboy168/vscode-lua-doc)
118118
* [json.lua](https://github.com/actboy168/json.lua)
119119
* [EmmyLuaCodeStyle](https://github.com/CppCXY/EmmyLuaCodeStyle)

0 commit comments

Comments
 (0)