From 10c0d9fdcf62ff0a1ee1dcd62761eee226108bad Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 6 Jan 2016 17:14:15 +0200 Subject: [PATCH] Point to fasthttpadaptor docs instead of source code in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 473b7bf..58857aa 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ BenchmarkClientGetEndToEnd-4 1000000 5954 ns/op 0 B/op 0 a Unfortunately, fasthttp doesn't provide API identical to net/http. See the [FAQ](#faq) for details. -There is [net/http -> fasthttp handler converter](https://github.com/valyala/fasthttp/tree/master/fasthttpadaptor), +There is [net/http -> fasthttp handler converter](https://godoc.org/github.com/valyala/fasthttp/fasthttpadaptor), but it is advisable writing fasthttp request handlers by hands for gaining all the fasthttp advantages (especially high performance :) ).