From 8040fe65a7c5df589ed0fe4d43b55cfb01e7b4c7 Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Thu, 1 Sep 2011 21:25:45 +0200 Subject: [PATCH] Fix travis png link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dfc508..3691344 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Guard [![Build Status](https://secure.travis-ci.org/guard/guard.png)](http://travis-ci.org/guard/guard) +Guard [![Build Status](https://travis-ci.org/guard/guard.png)](http://travis-ci.org/guard/guard) ===== Guard is a command line tool that easily handle events on files modifications.