summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-03-29 11:30:19 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-03-29 11:30:19 +0200
commit42a1e0e8dd50ae012e81c27856dfc5862a74e236 (patch)
tree03f6c8369f5110c3d1f0f33456c1bfc52bcf2f6a /content
parenta37c916b42eded7e70d0e5975192ee85f1a8017f (diff)
fix jdtls download link
Diffstat (limited to 'content')
-rw-r--r--content/guide/neovim-as-a-java-ide.md2
1 files changed, 1 insertions, 1 deletions
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.