Skip to content

Commit c7fdfe1

Browse files
authored
url typo (#365)
1 parent b7db5b3 commit c7fdfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-java.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"JDT emacs frontend."
3939
:prefix "lsp-java-"
4040
:group 'applications
41-
:link '(url-link :tag "GitHub" "https://github.com/emacs-lisp/lsp-java"))
41+
:link '(url-link :tag "GitHub" "https://github.com/emacs-lsp/lsp-java"))
4242

4343
(defcustom lsp-java-server-install-dir (f-join lsp-server-install-dir "eclipse.jdt.ls/")
4444
"Install directory for eclipse.jdt.ls-server.

0 commit comments

Comments
 (0)