From f0e6e76a66d5f2b16f9edc93bdbc5eadf5a8be23 Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Tue, 5 Mar 2024 09:41:17 -0800 Subject: [PATCH] docs: fix broken link --- docs/docs/tutorial/your-first-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial/your-first-api.md b/docs/docs/tutorial/your-first-api.md index c36b7487..2eaf0014 100644 --- a/docs/docs/tutorial/your-first-api.md +++ b/docs/docs/tutorial/your-first-api.md @@ -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