diff options
| author | Quy <[email protected]> | 2017-01-03 09:38:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-03 11:52:48 -0800 |
| commit | 8f0ac7193e6df889ad8d40c9167238e8a60d1522 (patch) | |
| tree | 8f0a3848c1830b7ae5fa19893a1c9a2817db2b89 /docs/components | |
| parent | 1d2aaed4abf4236b027ec5198e65b6b814b070ec (diff) | |
| download | bootstrap-8f0ac7193e6df889ad8d40c9167238e8a60d1522.tar.xz bootstrap-8f0ac7193e6df889ad8d40c9167238e8a60d1522.zip | |
Update sizing links
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/card.md | 2 | ||||
| -rw-r--r-- | docs/components/progress.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/card.md b/docs/components/card.md index 3ac7c425f..f84383847 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -208,7 +208,7 @@ Using the grid, wrap cards in columns and rows as needed. ### Using utilities -Use our handful of [available sizing utilities]({{ site.baseurl }}/utilities/sizing-and-positioning/#width-and-height) to quickly set a card's width. +Use our handful of [available sizing utilities]({{ site.baseurl }}/utilities/sizing/) to quickly set a card's width. {% example html %} <div class="card w-75"> diff --git a/docs/components/progress.md b/docs/components/progress.md index e475f416f..9f8bcf607 100644 --- a/docs/components/progress.md +++ b/docs/components/progress.md @@ -41,7 +41,7 @@ Put that all together, and you have the following examples. </div> {% endexample %} -Bootstrap provides a handful of [utilities for setting width]({{ site.baseurl }}/utilities/sizing-and-positioning/#width-and-height). Depending on your needs, these may help with quickly configuring progress. +Bootstrap provides a handful of [utilities for setting width]({{ site.baseurl }}/utilities/sizing/). Depending on your needs, these may help with quickly configuring progress. {% example html %} <div class="progress"> |
