@@ -277,7 +277,7 @@ but there are more powerful third-party routers and web frameworks
277277with fasthttp support:
278278
279279 * [ fasthttp-routing] ( https://github.com/qiangxue/fasthttp-routing )
280- * [ fasthttprouter ] ( https://github.com/buaazp/fasthttprouter )
280+ * [ router ] ( https://github.com/fasthttp/router )
281281 * [ lu] ( https://github.com/vincentLiuxiang/lu )
282282 * [ atreugo] ( https://github.com/savsgio/atreugo )
283283 * [ Fiber] ( https://github.com/gofiber/fiber )
@@ -485,7 +485,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
485485 helpers for projects based on fasthttp.
486486 * [ fasthttp-routing] ( https://github.com/qiangxue/fasthttp-routing ) - fast and
487487 powerful routing package for fasthttp servers.
488- * [ fasthttprouter ] ( https://github.com/buaazp/fasthttprouter ) - a high
488+ * [ router ] ( https://github.com/fasthttp/router ) - a high
489489 performance fasthttp request router that scales well.
490490 * [ fastws] ( https://github.com/fasthttp/fastws ) - Bloatless WebSocket package made for fasthttp
491491 to handle Read/Write operations concurrently.
@@ -567,7 +567,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
567567 Use third-party routers and web frameworks with fasthttp support:
568568
569569 * [ fasthttp-routing] ( https://github.com/qiangxue/fasthttp-routing )
570- * [ fasthttprouter ] ( https://github.com/buaazp/fasthttprouter )
570+ * [ router ] ( https://github.com/fasthttp/router )
571571 * [ gramework] ( https://github.com/gramework/gramework )
572572 * [ lu] ( https://github.com/vincentLiuxiang/lu )
573573 * [ atreugo] ( https://github.com/savsgio/atreugo )
0 commit comments