diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-03-29 11:30:19 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-03-29 11:30:19 +0200 |
| commit | 42a1e0e8dd50ae012e81c27856dfc5862a74e236 (patch) | |
| tree | 03f6c8369f5110c3d1f0f33456c1bfc52bcf2f6a /content | |
| parent | a37c916b42eded7e70d0e5975192ee85f1a8017f (diff) | |
fix jdtls download link
Diffstat (limited to 'content')
| -rw-r--r-- | content/guide/neovim-as-a-java-ide.md | 2 |
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. |
