From 38b11563c3803c4b7a7d2be908baa8153ccd780b Mon Sep 17 00:00:00 2001 From: Michael Martinez Date: Sun, 31 Jan 2016 16:39:31 -0700 Subject: [PATCH] changed macaron to proper repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4b1e0a6..12543ce4 100644 --- a/README.md +++ b/README.md @@ -981,7 +981,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Gorilla](https://github.com/gorilla/) - Gorilla is a web toolkit for the Go programming language. * [httprouter](https://github.com/julienschmidt/httprouter) - A high performance router. Use this and the standard http handlers to form a very high performance web framework. * [httptreemux](https://github.com/dimfeld/httptreemux) - High-speed, flexible tree-based HTTP router for Go.Inspiration from httprouter -* [Macaron](https://github.com/Unknwon/macaron) - Macaron is a high productive and modular design web framework in Go. +* [Macaron](https://github.com/go-macaron/macaron) - Macaron is a high productive and modular design web framework in Go. * [mango](https://github.com/paulbellamy/mango) - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333. * [medeina](https://github.com/imdario/medeina) - Medeina is a HTTP routing tree based on HttpRouter, inspired by Roda and Cuba. * [mux](https://github.com/gorilla/mux) - A powerful URL router and dispatcher for golang.