Skip to content

Commit 6a01772

Browse files
authored
Fix the link to Navbar docs (#812)
1 parent 679316d commit 6a01772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ the [Bootstrap grid docs](https://getbootstrap.com/docs/5.0/layout/grid/#row-col
149149
- Added `navbar_scroll` property. This enables vertical scrolling within the toggleable contents of the nav when used inside a collapsed `Navbar`.
150150

151151
### Navbar
152-
- <span class="badge bg-danger">Breaking</span> Bootstrap navbars now must be constructed with a container. If you're using `NavbarSimple` you don't need to make any changes! If you are using `Navbar` with a custom layout you probably will need to make changes. See the [docs](/docs/components/list_group/) for updated examples.
152+
- <span class="badge bg-danger">Breaking</span> Bootstrap navbars now must be constructed with a container. If you're using `NavbarSimple` you don't need to make any changes! If you are using `Navbar` with a custom layout you probably will need to make changes. See the [docs](/docs/components/navbar/) for updated examples.
153153

154154
### Offcanvas <span class="badge bg-success">New</span>
155155
- Added the new offcanvas component. See the [docs](/docs/components/offcanvas) for more information.

0 commit comments

Comments
 (0)