From f1c5cd12b1187d2c210b1a80b3dc16b93f38112a Mon Sep 17 00:00:00 2001 From: South Drifter Date: Fri, 20 Jun 2025 21:51:52 +0800 Subject: [PATCH] fix: invalid relative path between Navs & Tabs documents --- www/docs/components/navs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/components/navs.mdx b/www/docs/components/navs.mdx index 096119dd7..e0e86a019 100644 --- a/www/docs/components/navs.mdx +++ b/www/docs/components/navs.mdx @@ -70,7 +70,7 @@ others (e.g. `.flex-sm-column`). ### Tabs Visually represent nav items as "tabs". This style pairs nicely with -tabbable regions created by our [Tab components](./tabs). +tabbable regions created by our [Tab components](../tabs). Note: creating a vertical nav (`.flex-column`) with tabs styling is unsupported by Bootstrap's default stylesheet.