From e71311ed8766e4321eaa70d78f5b1d5f2c272cd6 Mon Sep 17 00:00:00 2001
From: Jonathan Greig <redteam316@gmail.com>
Date: Mon, 14 Apr 2014 21:52:22 -0500
Subject: [PATCH] Fixed Travis-CI Build Status Link in README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0bd91b732..129374d1e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-<img src="https://travis-ci.org/micropython/micropython.png?branch=master" alt="build status"/>
+[![Build Status][travis-img]][travis-repo]
+[travis-img]:  https://travis-ci.org/micropython/micropython.png?branch=master
+[travis-repo]: https://travis-ci.org/micropython/micropython
 
 The Micro Python project
 ========================
-- 
GitLab