aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorMatěj Kříž <[email protected]>2015-08-24 16:30:46 +0200
committerMatěj Kříž <[email protected]>2015-08-24 16:30:46 +0200
commita1b38092e2f87af519dc4ceb516badf6d2da9677 (patch)
treec39c3bf406494ab49d76a857eaaf95094f346d4d /docs/layout
parentc8ab0a56c24136aa4beb9f5e76b4548dd5c33df8 (diff)
downloadbootstrap-a1b38092e2f87af519dc4ceb516badf6d2da9677.tar.xz
bootstrap-a1b38092e2f87af519dc4ceb516badf6d2da9677.zip
Fix anchors, fix naming consistency
I found non working anchors and some naming in consistency. I hope I fixed well. Have a nice day.
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/grid.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index c6983a62e..a1c7e79f1 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -48,7 +48,7 @@ If you're using Bootstrap's compiled CSS, this the example you'll want to start
</div>
{% endexample %}
-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`.
+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`.
## Grid options
@@ -129,7 +129,7 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
## Sass mixins
-When using Bootstrap's source Sass files, you have the option of using Sass variables and mixins to create custom, semantic, and responsive page layouts. Our [prebuilt grid classes](#example-stacked-to-horizontal) use these same variables and mixins to provide a whole suite of ready-to-use classes for fast responsive layouts.
+When using Bootstrap's source Sass files, you have the option of using Sass variables and mixins to create custom, semantic, and responsive page layouts. Our [predefined grid classes](#predefined-classes) use these same variables and mixins to provide a whole suite of ready-to-use classes for fast responsive layouts.
### Variables