Skip to content

Commit e6ed19f

Browse files
kartografiyaBob Cohn
andauthored
update link to router package (#842)
Co-authored-by: Bob Cohn <robert.cohn@taotesting.com>
1 parent ef51a7e commit e6ed19f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ but there are more powerful third-party routers and web frameworks
277277
with 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

Comments
 (0)