From 7761a2b2c1ef2a96d6c19afbfa13771e7f312340 Mon Sep 17 00:00:00 2001 From: Mohamed Alganzory <59778310+alganzory@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:40:08 +0300 Subject: [PATCH] docs: fix broken link to tabs components on navs mdx (#6781) --- 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 ff4a8aebd8..fadefba727 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.