8000 fix: invalid relative path between Navs & Tabs documents by TechQuery · Pull Request #6936 · react-bootstrap/react-bootstrap · GitHub
[go: up one dir, main page]

Skip to content

fix: invalid relative path between Navs & Tabs documents #6936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/docs/components/navs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
0