From 4b87e72418017faec08a09f2b0933e6fec2e421f Mon Sep 17 00:00:00 2001 From: Shane Kennedy Date: Thu, 23 May 2024 10:40:59 +0200 Subject: [PATCH] Update urls for the groovy-language-server (#4458) --- clients/lsp-groovy.el | 2 +- docs/lsp-clients.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }, {