This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new e4e3b82866 Update sdkman installation URL
e4e3b82866 is described below
commit e4e3b82866362fa21d0931821a8aa4beacecf265
Author: Priyambada Roul <[email protected]>
AuthorDate: Wed Apr 2 05:13:47 2025 +0000
Update sdkman installation URL
---
src/spec/doc/core-getting-started.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/spec/doc/core-getting-started.adoc
b/src/spec/doc/core-getting-started.adoc
index 9226ad8710..95a7836539 100644
--- a/src/spec/doc/core-getting-started.adoc
+++ b/src/spec/doc/core-getting-started.adoc
@@ -73,7 +73,7 @@ Simply open a new terminal and enter:
[source,shell]
----
-$ curl -s get.sdkman.io | bash
+$ curl -s "https://get.sdkman.io" | bash
----
Follow the instructions on-screen to complete installation.