From e4c0311626befc89c9462e675059edf9d52b9bb1 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Thu, 5 Jan 2017 11:11:50 +1100 Subject: [PATCH] Update broken links. --- docs/components/forms.md | 2 +- docs/components/navbar.md | 2 +- docs/components/pagination.md | 2 +- docs/content/typography.md | 2 +- docs/layout/grid.md | 2 +- docs/migration.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/components/forms.md b/docs/components/forms.md index 88bd37dc21..9f1e231c71 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 `