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 :-)
This commit is contained in:
Andy Piper
2014-03-08 17:19:36 +00:00
committed by Dave Syer
parent c9efa5ac13
commit 695b3917b2

View File

@@ -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