From 2ba26a82eed3e9f61e0223ffd6710d8304efc0d2 Mon Sep 17 00:00:00 2001 From: Huu Nguyen Date: Thu, 3 Sep 2015 10:53:06 -0400 Subject: [PATCH] Link travis build badge to the build page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bd66f02e..a0946557c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Crow is C++ microframework for web. (inspired by Python Flask) -![Travis Build](https://travis-ci.org/ipkn/crow.svg?branch=master) +[![Travis Build](https://travis-ci.org/ipkn/crow.svg?branch=master)](https://travis-ci.org/ipkn/crow) [![Coverage Status](https://coveralls.io/repos/ipkn/crow/badge.svg?branch=master)](https://coveralls.io/r/ipkn/crow?branch=master) ```c++