aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Vishal Rana <vr@labstack.com> 2016-03-11 09:05:59 -0800
committerGravatar Vishal Rana <vr@labstack.com> 2016-03-11 09:05:59 -0800
commit25078ee024392013661f272c2c09aa1d39a1d3b8 (patch)
tree72acefe9aef66b57cb5043ac48ff6262a1d69732 /README.md
parentdo not write 'date' response header, since 'date' header is automatically gen... (diff)
downloadfasthttp-25078ee024392013661f272c2c09aa1d39a1d3b8.tar.gz
fasthttp-25078ee024392013661f272c2c09aa1d39a1d3b8.tar.bz2
fasthttp-25078ee024392013661f272c2c09aa1d39a1d3b8.zip
Fixed Echo link
Signed-off-by: Vishal Rana <vr@labstack.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1a630ce..8fe1b06 100644
--- a/README.md
+++ b/README.md
@@ -272,7 +272,7 @@ but there are more powerful third-party routers with fasthttp support exist:
* [fasthttp-routing](https://github.com/qiangxue/fasthttp-routing)
* [fasthttprouter](https://github.com/buaazp/fasthttprouter)
- * [echo v2](https://github.com/labstack/echo/tree/v2)
+ * [echo v2](https://github.com/labstack/echo)
Net/http code with simple ServeMux is trivially converted to fasthttp code:
@@ -530,7 +530,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
* [fasthttp-routing](https://github.com/qiangxue/fasthttp-routing)
* [fasthttprouter](https://github.com/buaazp/fasthttprouter)
- * [echo v2](https://github.com/labstack/echo/tree/v2)
+ * [echo v2](https://github.com/labstack/echo)
See also [this issue](https://github.com/valyala/fasthttp/issues/9) for more info.