mirror of
https://github.com/ggicci/httpin.git
synced 2024-11-24 08:32:45 +02:00
fix: use absolute wiki links
This commit is contained in:
parent
0eff2c6dba
commit
1cd5a9255d
@ -129,13 +129,13 @@ func ListUsers(rw http.ResponseWriter, r *http.Request) {
|
||||
|
||||
### Frameworks
|
||||
|
||||
- [gin-gonic/gin](wiki/Integrate-with-gin)
|
||||
- [revel/revel](wiki/Integrate-with-revel)
|
||||
- [gofiber/fiber](wiki/Integrate-with-fiber)
|
||||
- [gin-gonic/gin](https://github.com/ggicci/httpin/wiki/Integrate-with-gin)
|
||||
- [revel/revel](https://github.com/ggicci/httpin/wiki/Integrate-with-revel)
|
||||
- [gofiber/fiber](https://github.com/ggicci/httpin/wiki/Integrate-with-fiber)
|
||||
|
||||
### Components
|
||||
|
||||
- [HTTP Router: gorilla/mux](wiki/Integrate-with-gorilla-mux)
|
||||
- [HTTP Router: gorilla/mux](https://github.com/ggicci/httpin/wiki/Integrate-with-gorilla-mux)
|
||||
|
||||
## Advanced
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user