aboutsummaryrefslogtreecommitdiff
path: root/docs/components/progress.md
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-10-04 02:55:59 +1000
committerMark Otto <[email protected]>2016-10-03 09:55:59 -0700
commit2e69dfa8c1679238579ef6f5ec85deb755e4fb6d (patch)
tree57ac7cd1aeef5d78895f7a631155ce746fc0c43b /docs/components/progress.md
parentdb533c2e8d950647ff5e884083bf2d72063ed4b0 (diff)
downloadbootstrap-2e69dfa8c1679238579ef6f5ec85deb755e4fb6d.tar.xz
bootstrap-2e69dfa8c1679238579ef6f5ec85deb755e4fb6d.zip
Fix broken/redirected links, moving to HTTPS where possible. (#20557)
Diffstat (limited to 'docs/components/progress.md')
-rw-r--r--docs/components/progress.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/progress.md b/docs/components/progress.md
index d604e9e7c..2d8db33cb 100644
--- a/docs/components/progress.md
+++ b/docs/components/progress.md
@@ -14,7 +14,7 @@ Stylize [the HTML5 `<progress>` element](https://developer.mozilla.org/en-US/doc
## Example
-To caption a progress bar, simply add a `<div>` with your caption text, [align the text using a utility class]({{ site.baseurl }}/components/utilities/#text-alignment), and associate the caption with the `<progress>` element using the `aria-describedby` attribute.
+To caption a progress bar, simply add a `<div>` with your caption text, [align the text using a utility class]({{ site.baseurl }}/utilities/typography/#text-alignment), and associate the caption with the `<progress>` element using the `aria-describedby` attribute.
{% example html %}