From 28d9b163253ab6ea346551f9cd742a81b29cd72e Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Fri, 11 Jul 2014 10:36:41 +1000 Subject: [PATCH] Correct source of Travis status image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc5c1ac7..76d775392 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## SilverStripe Framework -[![Build Status](https://secure.travis-ci.org/silverstripe/sapphire.png?branch=master)](https://travis-ci.org/silverstripe/sapphire) +[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-framework.png?branch=master)](https://travis-ci.org/silverstripe/silverstripe-framework) PHP5 framework forming the base for the SilverStripe CMS ([http://silverstripe.org](http://silverstripe.org)). Requires a [`silverstripe-installer`](http://github.com/silverstripe/silverstripe-installer) base project. Typically used alongside the [`cms`](http://github.com/silverstripe/silverstripe-cms) module.