From 6e071d601793e62bcae02372fea19d85a14d9ff8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 18 Sep 2013 12:11:43 -0700 Subject: [PATCH] Fix TravisCI build status link following rename Correct the TravisCI link used for the build status image following the GitHub organization rename from SpringSource to spring-projects. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1bdf7fc43..7fec05661f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Spring Boot [![Build Status](https://travis-ci.org/SpringSource/spring-boot.png?branch=master)](https://travis-ci.org/SpringSource/spring-boot) +# Spring Boot [![Build Status](https://travis-ci.org/spring-projects/spring-boot.png?branch=master)](https://travis-ci.org/spring-projects/spring-boot) Spring Boot makes it easy to create Spring-powered, production-grade applications and services with absolute minimum fuss. It takes an opinionated view of the Spring platform so that new and existing users can quickly get to the bits they need.