aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorGupocca <[email protected]>2015-08-28 23:04:09 -0700
committerGupocca <[email protected]>2015-08-29 10:59:04 -0700
commit34932d71b49f91b07c83b4fd41d890db648132f2 (patch)
tree5a9f9f1a265860ecb923673535052da086c54c03 /docs/components
parent232469549c9a9b6082b311f568556d99ea03af2f (diff)
downloadbootstrap-34932d71b49f91b07c83b4fd41d890db648132f2.tar.xz
bootstrap-34932d71b49f91b07c83b4fd41d890db648132f2.zip
Fix several erroneous links in docs.
Related to #17314.
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/navbar.md1
-rw-r--r--docs/components/scrollspy.md2
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md
index 2c98c812a..0c8be6fff 100644
--- a/docs/components/navbar.md
+++ b/docs/components/navbar.md
@@ -16,7 +16,6 @@ The navbar is a simple wrapper for positioning branding, navigation, and other e
Here's what you need to know before getting started with the navbar:
- Navbars require a wrapping `.navbar` and a color scheme class (either `.navbar-default` or `.navbar-inverse`).
-- When using multiple components in a navbar, some [alignment classes](#alignment) are required.
- Navbars and their contents are fluid by default. Use [optional containers](#containers) to limit their horizontal width.
- Use `.pull-left` and `.pull-right` to quickly align sub-components.
- Ensure accessibility by using a `<nav>` element or, if using a more generic element such as a `<div>`, add a `role="navigation"` to every navbar to explicitly identify it as a landmark region for users of assistive technologies.
diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md
index c2625a04b..ce638b3c5 100644
--- a/docs/components/scrollspy.md
+++ b/docs/components/scrollspy.md
@@ -51,7 +51,7 @@ The ScrollSpy plugin is for automatically updating nav targets based on scroll p
### Requires Bootstrap nav
-Scrollspy currently requires the use of a [Bootstrap nav component]({{ site.baseurl }}/components/nav/) for proper highlighting of active links.
+Scrollspy currently requires the use of a [Bootstrap nav component]({{ site.baseurl }}/components/navs/) for proper highlighting of active links.
### Requires relative positioning