@@ -19,7 +19,7 @@ const Navs = () => {
1919 return (
2020 < CRow >
2121 < CCol xs = { 12 } >
22- < DocsComponents href = "components/nav" />
22+ < DocsComponents href = "components/nav-tabs/ " />
2323 < CCard className = "mb-4" >
2424 < CCardHeader >
2525 < strong > React Navs</ strong > < small > Base navs</ small >
@@ -31,7 +31,7 @@ const Navs = () => {
3131 overrides (for working with lists), some link padding for larger hit areas, and basic
3232 disabled styling.
3333 </ p >
34- < DocsExample href = "components/nav#base-nav" >
34+ < DocsExample href = "components/nav-tabs #base-nav" >
3535 < CNav >
3636 < CNavItem >
3737 < CNavLink href = "#" active >
@@ -58,7 +58,7 @@ const Navs = () => {
5858 the .nav uses display: flex, the nav links behave the same as nav items would, but
5959 without the extra markup.
6060 </ p >
61- < DocsExample href = "components/nav#base-nav" >
61+ < DocsExample href = "components/nav-tabs #base-nav" >
6262 < CNav as = "nav" >
6363 < CNavLink href = "#" active >
6464 Active
@@ -90,7 +90,7 @@ const Navs = () => {
9090 < p className = "text-body-secondary small" >
9191 Centered with < code > .justify-content-center</ code > :
9292 </ p >
93- < DocsExample href = "components/nav#horizontal-alignment" >
93+ < DocsExample href = "components/nav-tabs #horizontal-alignment" >
9494 < CNav className = "justify-content-center" >
9595 < CNavItem >
9696 < CNavLink href = "#" active >
@@ -113,7 +113,7 @@ const Navs = () => {
113113 < p className = "text-body-secondary small" >
114114 Right-aligned with < code > .justify-content-end</ code > :
115115 </ p >
116- < DocsExample href = "components/nav#base-nav" >
116+ < DocsExample href = "components/nav-tabs #base-nav" >
117117 < CNav className = "justify-content-end" >
118118 < CNavItem >
119119 < CNavLink href = "#" active >
@@ -147,7 +147,7 @@ const Navs = () => {
147147 < code > .flex-column</ code > utility. Need to stack them on some viewports but not
148148 others? Use the responsive versions (e.g., < code > .flex-sm-column</ code > ).
149149 </ p >
150- < DocsExample href = "components/nav#vertical" >
150+ < DocsExample href = "components/nav-tabs #vertical" >
151151 < CNav className = "flex-column" >
152152 < CNavItem >
153153 < CNavLink href = "#" active >
@@ -180,7 +180,7 @@ const Navs = () => {
180180 Takes the basic nav from above and adds the < code > variant="tabs"</ code > class
181181 to generate a tabbed interface
182182 </ p >
183- < DocsExample href = "components/nav#tabs" >
183+ < DocsExample href = "components/nav-tabs #tabs" >
184184 < CNav variant = "tabs" >
185185 < CNavItem >
186186 < CNavLink href = "#" active >
@@ -212,7 +212,7 @@ const Navs = () => {
212212 < p className = "text-body-secondary small" >
213213 Take that same HTML, but use < code > variant="pills"</ code > instead:
214214 </ p >
215- < DocsExample href = "components/nav#pills" >
215+ < DocsExample href = "components/nav-tabs #pills" >
216216 < CNav variant = "pills" >
217217 < CNavItem >
218218 < CNavLink href = "#" active >
@@ -247,7 +247,7 @@ const Navs = () => {
247247 < code > .nav-item</ code > s, use < code > layout="fill"</ code > . Notice that all
248248 horizontal space is occupied, but not every nav item has the same width.
249249 </ p >
250- < DocsExample href = "components/nav#fill-and-justify" >
250+ < DocsExample href = "components/nav-tabs #fill-and-justify" >
251251 < CNav variant = "pills" layout = "fill" >
252252 < CNavItem >
253253 < CNavLink href = "#" active >
@@ -272,7 +272,7 @@ const Navs = () => {
272272 space will be occupied by nav links, but unlike the .nav-fill above, every nav item
273273 will be the same width.
274274 </ p >
275- < DocsExample href = "components/nav#fill-and-justify" >
275+ < DocsExample href = "components/nav-tabs #fill-and-justify" >
276276 < CNav variant = "pills" layout = "justified" >
277277 < CNavItem >
278278 < CNavLink href = "#" active >
@@ -308,7 +308,7 @@ const Navs = () => {
308308 the example below, our nav will be stacked on the lowest breakpoint, then adapt to a
309309 horizontal layout that fills the available width starting from the small breakpoint.
310310 </ p >
311- < DocsExample href = "components/nav#working-with-flex-utilities" >
311+ < DocsExample href = "components/nav-tabs #working-with-flex-utilities" >
312312 < CNav as = "nav" variant = "pills" className = "flex-column flex-sm-row" >
313313 < CNavLink href = "#" active >
314314 Active
@@ -329,7 +329,7 @@ const Navs = () => {
329329 < strong > React Navs</ strong > < small > Tabs with dropdowns</ small >
330330 </ CCardHeader >
331331 < CCardBody >
332- < DocsExample href = "components/nav#tabs-with-dropdowns" >
332+ < DocsExample href = "components/nav-tabs #tabs-with-dropdowns" >
333333 < CNav >
334334 < CNavItem >
335335 < CNavLink href = "#" active >
@@ -363,7 +363,7 @@ const Navs = () => {
363363 < strong > React Navs</ strong > < small > Pills with dropdowns</ small >
364364 </ CCardHeader >
365365 < CCardBody >
366- < DocsExample href = "components/nav#pills-with-dropdowns" >
366+ < DocsExample href = "components/nav-tabs #pills-with-dropdowns" >
367367 < CNav variant = "pills" >
368368 < CNavItem >
369369 < CNavLink href = "#" active >
0 commit comments