diff --git a/clients/lsp-groovy.el b/clients/lsp-groovy.el index c1fcaaf8d0..abe95db6a4 100644 --- a/clients/lsp-groovy.el +++ b/clients/lsp-groovy.el @@ -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." diff --git a/docs/lsp-clients.json b/docs/lsp-clients.json index decd95185a..5c2af6b839 100644 --- a/docs/lsp-clients.json +++ b/docs/lsp-clients.json @@ -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" }, {