From ee4b533539e397ce4c74d4ed9ead69a8acf82502 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 2 Aug 2013 14:52:40 +0100 Subject: [PATCH] Fix maven repo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f78578c66b..6ba4601979 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ should check your current Java installation before you begin: Spring Boot CLI can be downloaded from our Maven repository, and then you can use a shell `alias` for the Spring Boot command line tool: - $ wget http://repo.springframework.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M1/spring-boot-cli-0.5.0.M1.jar + $ wget http://maven.springframework.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M1/spring-boot-cli-0.5.0.M1.jar $ alias spring="java -jar `pwd`/spring-cli-0.5.0.M1.jar" Complete installation including a downloadable `.zip` with a shell script TBD.