From 2ba26a82eed3e9f61e0223ffd6710d8304efc0d2 Mon Sep 17 00:00:00 2001 From: Huu Nguyen Date: Thu, 3 Sep 2015 10:53:06 -0400 Subject: Link travis build badge to the build page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6bd66f0..a094655 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++ -- cgit v1.2.3-54-g00ecf