From 5e5cabcea3b4d2d4f202359de2cce2cd49ceaff2 Mon Sep 17 00:00:00 2001 From: mnpk Date: Mon, 22 Jun 2015 10:12:58 +0900 Subject: uncomment IRC notification, change links in readme to ipkn/crow --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d0a832c..6bd66f0 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Crow is C++ microframework for web. (inspired by Python Flask) -![Travis Build](https://travis-ci.org/mnpk/crow.svg?branch=master) -[![Coverage Status](https://coveralls.io/repos/mnpk/crow/badge.svg?branch=master)](https://coveralls.io/r/mnpk/crow?branch=master) +![Travis Build](https://travis-ci.org/ipkn/crow.svg?branch=master) +[![Coverage Status](https://coveralls.io/repos/ipkn/crow/badge.svg?branch=master)](https://coveralls.io/r/ipkn/crow?branch=master) ```c++ #include "crow.h" -- cgit v1.2.3-54-g00ecf