Skip to content

Commit

Permalink
Merge pull request #283 from danielgtaylor/fix-broken-link-to-routers
Browse files Browse the repository at this point in the history
docs: fix broken link
  • Loading branch information
danielgtaylor authored Mar 5, 2024
2 parents e6b4f41 + f0e6e76 commit 8d59852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/your-first-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func main() {
api := humago.New(router, huma.DefaultConfig("My API", "1.0.0"))
```

Lots of other routers are [supported too](../features/bring-your-own-router/).
Lots of other routers are [supported too](../../features/bring-your-own-router/).

## Operation

Expand Down

0 comments on commit 8d59852

Please sign in to comment.