aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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++