Skip to content

Commit 854ff72

Browse files
authored
docs: Change URL of sqls (#4530)
1 parent 12befaa commit 854ff72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/lsp-sqls.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
(defgroup lsp-sqls nil
3030
"LSP support for SQL, using sqls."
3131
:group 'lsp-mode
32-
:link '(url-link "https://github.com/lighttiger2505/sqls")
32+
:link '(url-link "https://github.com/sqls-server/sqls")
3333
:package-version `(lsp-mode . "7.0"))
3434

3535
(defcustom lsp-sqls-server "sqls"

docs/lsp-clients.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,8 +1029,8 @@
10291029
"name": "sqls",
10301030
"full-name": "SQL (sqls)",
10311031
"server-name": "sqls",
1032-
"server-url": "https://github.com/lighttiger2505/sqls",
1033-
"installation": "go install github.com/lighttiger2505/sqls@latest",
1032+
"server-url": "https://github.com/sqls-server/sqls",
1033+
"installation": "go install github.com/sqls-server/sqls@latest",
10341034
"debugger": "Not available"
10351035
},
10361036
{

0 commit comments

Comments
 (0)