From 0b7d4705aa9cf8c3dbb38c48d59170da4c6a93e4 Mon Sep 17 00:00:00 2001 From: Vishal Rana <vr@labstack.com> Date: Sun, 14 Jun 2015 16:48:22 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dd87703..3a3d65db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [Echo](http://labstack.github.io/echo) [](http://godoc.org/github.com/labstack/echo) [](https://travis-ci.org/labstack/echo) [](https://coveralls.io/r/labstack/echo) [](https://gitter.im/labstack/echo) +# [Echo](http://echo.labstack.com) [](http://godoc.org/github.com/labstack/echo) [](https://travis-ci.org/labstack/echo) [](https://coveralls.io/r/labstack/echo) [](https://gitter.im/labstack/echo) Echo is a fast HTTP router (zero memory allocation) and micro web framework in Go. ## Features @@ -82,7 +82,7 @@ $ go get github.com/labstack/echo - [Middleware](https://github.com/labstack/echo/tree/master/examples/middleware) - [Stream](https://github.com/labstack/echo/tree/master/examples/stream) -##[Guide](http://labstack.github.io/echo/guide) +##[Guide](http://echo.labstack.com/guide) ## Contribute