Skip to content

Commit

Permalink
Update urls for the groovy-language-server (#4458)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneikennedy committed May 23, 2024
1 parent 62e1f68 commit 4b87e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/lsp-groovy.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
(defgroup lsp-groovy nil
"LSP support for Groovy, using groovy-language-server."
:group 'lsp-mode
:link '(url-link "https://github.com/prominic/groovy-language-server"))
:link '(url-link "https://github.com/GroovyLanguageServer/groovy-language-server"))

(defcustom lsp-groovy-server-file (f-join lsp-server-install-dir "groovy-language-server-all.jar")
"JAR file path for groovy-language-server-all.jar."
Expand Down
4 changes: 2 additions & 2 deletions docs/lsp-clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@
"name": "groovy",
"full-name": "Groovy",
"server-name": "groovy-language-server",
"server-url": "https://github.com/prominic/groovy-language-server",
"installation-url": "https://github.com/prominic/groovy-language-server#build",
"server-url": "https://github.com/GroovyLanguageServer/groovy-language-server",
"installation-url": "https://github.com/GroovyLanguageServer/groovy-language-server#build",
"debugger": "Not available"
},
{
Expand Down

0 comments on commit 4b87e72

Please sign in to comment.