From 9e27fb6ba062ae9999714ef70d0865db2d59c7d0 Mon Sep 17 00:00:00 2001 From: sdogruyol Date: Fri, 25 Nov 2016 18:15:18 +0300 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d562d97..c1bbf99 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Kemal [![Build Status](https://travis-ci.org/sdogruyol/kemal.svg?branch=master)](https://travis-ci.org/sdogruyol/kemal) +# Kemal [![Build Status](https://travis-ci.org/kemalcr/kemal.svg?branch=master)](https://travis-ci.org/kemalcr/kemal) -[![Join the chat at https://gitter.im/sdogruyol/kemal](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sdogruyol/kemal?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![crystal-docs.org](https://crystal-docs.org/badge.svg)](https://crystal-docs.org/sdogruyol/kemal) +[![Join the chat at https://gitter.im/kemalcr/sdogruyol](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/kemalcr/kemal?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![crystal-docs.org](https://crystal-docs.org/badge.svg)](https://crystal-docs.org/kemalcr/kemal) Lightning Fast, Super Simple web framework for [Crystal](http://www.crystal-lang.org). Inspired by [Sinatra](http://www.sinatrarb.com/) but with superior performance and built-in WebSocket support. @@ -34,7 +34,7 @@ crystal src/kemal_sample.cr ``` Go to *http://localhost:3000* -Check [documentation](http://kemalcr.com) or [samples](https://github.com/sdogruyol/kemal/tree/master/samples) for more. +Check [documentation](http://kemalcr.com) or [samples](https://github.com/kemalcr/kemal/tree/master/samples) for more. # Super Fast 🚀