aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2017-01-05 11:11:50 +1100
committerBardi Harborow <[email protected]>2017-01-05 11:17:22 +1100
commite4c0311626befc89c9462e675059edf9d52b9bb1 (patch)
tree0cd1cf918996c9669174aeb48a17e556c252d372 /docs
parent0015da793aa446658b660894f26f86d00221f980 (diff)
downloadbootstrap-e4c0311626befc89c9462e675059edf9d52b9bb1.tar.xz
bootstrap-e4c0311626befc89c9462e675059edf9d52b9bb1.zip
Update broken links.
Diffstat (limited to 'docs')
-rw-r--r--docs/components/forms.md2
-rw-r--r--docs/components/navbar.md2
-rw-r--r--docs/components/pagination.md2
-rw-r--r--docs/content/typography.md2
-rw-r--r--docs/layout/grid.md2
-rw-r--r--docs/migration.md2
6 files changed, 6 insertions, 6 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 88bd37dc2..9f1e231c7 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -331,7 +331,7 @@ Assistive technologies such as screen readers will have trouble with your forms
### Using the Grid
-For more structured form layouts that are also responsive, you can utilize Bootstrap's [predefined grid classes]({{ site.baseurl }}/layout/grid/#predefined-classes) or [mixins]({{ site.baseurl }}/layout/grid/#sass-mixins) to create horizontal forms. Add the `.row` class to form groups and use the `.col-*-*` classes to specify the width of your labels and controls.
+For more structured form layouts that are also responsive, you can utilize Bootstrap's [predefined grid classes]({{ site.baseurl }}/layout/grid/) or [mixins]({{ site.baseurl }}/layout/grid/#sass-mixins) to create horizontal forms. Add the `.row` class to form groups and use the `.col-*-*` classes to specify the width of your labels and controls.
Be sure to add `.col-form-label` to your `<label>`s as well so they're vertically centered with their associated form controls. For `<legend>` elements, you can use `.col-form-legend` to make them appear similar to regular `<label>` elements.
diff --git a/docs/components/navbar.md b/docs/components/navbar.md
index 5c6f95198..993661558 100644
--- a/docs/components/navbar.md
+++ b/docs/components/navbar.md
@@ -30,7 +30,7 @@ Navbars come with built-in support for a handful of sub-components. Choose from
- `.navbar-brand` for your company, product, or project name.
- `.navbar-nav` for a full-height and lightweight navigation (including support for dropdowns).
-- `.navbar-toggler` for use with our collapse plugin and other [navigation toggling](#collapsible-content) behaviors.
+- `.navbar-toggler` for use with our collapse plugin and other [navigation toggling](#responsive-behaviors) behaviors.
- `.form-inline` for any form controls and actions.
- `.navbar-text` for adding vertically centered strings of text.
- `.collapse.navbar-collapse` for grouping and hiding navbar contents by a parent breakpoint.
diff --git a/docs/components/pagination.md b/docs/components/pagination.md
index 0273e8efe..03c3a56ec 100644
--- a/docs/components/pagination.md
+++ b/docs/components/pagination.md
@@ -141,7 +141,7 @@ Fancy larger or smaller pagination? Add `.pagination-lg` or `.pagination-sm` for
## Alignment
-Change the alignment of pagination components with [flexbox utilities]({{ site.baseurl }}/utilities/flexbox).
+Change the alignment of pagination components with [flexbox utilities]({{ site.baseurl }}/utilities/flexbox/).
{% example html %}
<nav aria-label="Page navigation example">
diff --git a/docs/content/typography.md b/docs/content/typography.md
index 674b19b2e..7e3fbe726 100644
--- a/docs/content/typography.md
+++ b/docs/content/typography.md
@@ -5,7 +5,7 @@ description: Documentation and examples for Bootstrap typography, including glob
group: content
---
-Bootstrap includes simple and easily customized typography for headings, body text, lists, and more. For even more control, check out the [textual utility classes]({{ site.baseurl }}/utilities/typography).
+Bootstrap includes simple and easily customized typography for headings, body text, lists, and more. For even more control, check out the [textual utility classes]({{ site.baseurl }}/utilities/typography/).
## Contents
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index d0f5b2326..03deb2f55 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -32,7 +32,7 @@ Bootstrap's grid system uses a series of containers, rows, and columns to layout
</div>
</div>
-The above example creates three equal-width columns on small, medium, large, and extra large devices using our [predefined grid classes](#predefined-classes). Those columns are centered in the page with the parent `.container`.
+The above example creates three equal-width columns on small, medium, large, and extra large devices using our predefined grid classes. Those columns are centered in the page with the parent `.container`.
Breaking it down, here's how it works:
diff --git a/docs/migration.md b/docs/migration.md
index e3c68d6f8..cb4b13410 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -44,7 +44,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
- Dropped the Glyphicons icon font. If you need icons, some options are:
- the upstream version of [Glyphicons](https://glyphicons.com/)
- [Octicons](https://octicons.github.com/)
- - [Font Awesome](https://fortawesome.github.io/Font-Awesome/)
+ - [Font Awesome](http://fontawesome.io/)
- Dropped the Affix jQuery plugin. We recommend using a `position: sticky` polyfill instead. [See the HTML5 Please entry](http://html5please.com/#sticky) for details and specific polyfill recommendations.
- If you were using Affix to apply additional, non-`position` styles, the polyfills might not support your use case. One option for such uses is the third-party [ScrollPos-Styler](https://github.com/acch/scrollpos-styler) library.
- Dropped the pager component as it was essentially slightly customized buttons.