From c0aec14af1afb9f66d423b14761ba344614e10ed Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 6 Aug 2013 01:39:14 -0700 Subject: [PATCH] Fix URLs in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72bc0e14e6..0a42d77bfb 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ before you begin: ### Manual installation You can download the Spring CLI distribution from the Spring software repository: -* [spring-boot-cli-0.5.0.BUILD-SNAPSHOT-bin.zip](http://repo.springframework.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M1/spring-boot-cli-0.5.0.M1-bin.zip) -* [spring-boot-cli-0.5.0.BUILD-SNAPSHOT-bin.tar.gz](http://repo.springframework.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M1/spring-boot-cli-0.5.0.M1-bin.tar.gz) +* [spring-boot-cli-0.5.0.BUILD-SNAPSHOT-bin.zip](http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M1/spring-boot-cli-0.5.0.M1-bin.zip) +* [spring-boot-cli-0.5.0.BUILD-SNAPSHOT-bin.tar.gz](http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M1/spring-boot-cli-0.5.0.M1-bin.tar.gz) -Cutting edge [snapshot distributions](http://repo.springframework.org/snapshot/org/springframework/boot/spring-boot-cli/) +Cutting edge [snapshot distributions](http://repo.springsource.org/snapshot/org/springframework/boot/spring-boot-cli/) are also available. Once downloaded, follow the [INSTALL](spring-boot-cli/src/main/content/INSTALL.txt)