From 695b3917b2cb116a5e4b1afac1830f4014ba1474 Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Sat, 8 Mar 2014 17:19:36 +0000 Subject: [PATCH] fix link to install.txt Explicitly link to install.txt in source repo to avoid issues on projects.spring.io with a broken relative link ... also fix this for rendered markdown on GH itself :-) --- spring-boot-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-cli/README.md b/spring-boot-cli/README.md index 0150b9380b..e60c04260c 100644 --- a/spring-boot-cli/README.md +++ b/spring-boot-cli/README.md @@ -19,7 +19,7 @@ Cutting edge [snapshot distributions](http://repo.spring.io/snapshot/org/springf are also available. Once downloaded, follow the -[INSTALL](spring-boot-cli/src/main/content/INSTALL.txt) instructions +[INSTALL](https://github.com/spring-projects/spring-boot/blob/master/spring-boot-cli/src/main/content/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, or alternatively you can use `java -jar` with the `.jar` file (the