aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHuu Nguyen <whoshuu@gmail.com>2015-09-03 10:53:06 -0400
committerHuu Nguyen <whoshuu@gmail.com>2015-09-04 19:03:54 -0400
commit2ba26a82eed3e9f61e0223ffd6710d8304efc0d2 (patch)
tree2b3b3923cea8f09be595e516fd7bb48fb49dc47b /README.md
parente335618ba29436c26f0cfca670ee063b9c871538 (diff)
downloadcrow-2ba26a82eed3e9f61e0223ffd6710d8304efc0d2.tar.gz
crow-2ba26a82eed3e9f61e0223ffd6710d8304efc0d2.zip
Link travis build badge to the build page
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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++