From 42a1e0e8dd50ae012e81c27856dfc5862a74e236 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 29 Mar 2026 11:30:19 +0200 Subject: fix jdtls download link --- content/guide/neovim-as-a-java-ide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/guide/neovim-as-a-java-ide.md b/content/guide/neovim-as-a-java-ide.md index 412a79d..ae97c17 100644 --- a/content/guide/neovim-as-a-java-ide.md +++ b/content/guide/neovim-as-a-java-ide.md @@ -77,7 +77,7 @@ file=$( head -n1 ) -curl -fL "https://www.eclipse.org/downloads/download.php?file=/jdtls/milestones/1.56.0/$file" -o jdtls.tar.gz +curl -fLO $baseurl/$ver/$file ``` You should now have a `jdtls.tar.gz` file in your current working directory. Do not untar it now. -- cgit v1.2.3