From f092971c7c5152050e0b0ea55a677cd8538bf8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 23 Feb 2026 12:13:30 +0100 Subject: [PATCH] Fix link to INSTALL.txt --- .../src/docs/antora/modules/ROOT/pages/installing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/ROOT/pages/installing.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/ROOT/pages/installing.adoc index cd94a510914..da1f0283478 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/ROOT/pages/installing.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/ROOT/pages/installing.adoc @@ -90,7 +90,7 @@ You can download the Spring CLI distribution from one of the following locations endif::[] -Once downloaded, follow the {url-github-raw}/cli/spring-boot-tools/spring-boot-cli/src/main/content/INSTALL.txt[INSTALL.txt] instructions from the unpacked archive. +Once downloaded, follow the {url-github-raw}/cli/spring-boot-cli/src/main/content/INSTALL.txt[INSTALL.txt] instructions from the unpacked archive. In summary, there is a `spring` script (`spring.bat` for Windows) in a `bin/` directory in the `.zip` file. Alternatively, you can use `java -jar` with the `.jar` file (the script helps you to be sure that the classpath is set correctly).