aboutsummaryrefslogtreecommitdiff
path: root/docs/components/progress.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-24 14:27:52 -0700
committerMark Otto <[email protected]>2016-10-24 14:27:52 -0700
commitf7f3e62c662c88d578cf83e8245853d447b2aad9 (patch)
treebff6a0e3c05c3ff54dbc7507aa107022a5ca8772 /docs/components/progress.md
parent11d52ba9498990483d822a5a42d371393a110080 (diff)
parentcf5d94f6d5685c371dcb157af74a3c6b14ec8d8e (diff)
downloadbootstrap-f7f3e62c662c88d578cf83e8245853d447b2aad9.tar.xz
bootstrap-f7f3e62c662c88d578cf83e8245853d447b2aad9.zip
Merge branch 'v4-dev' into v4-docs-streamlined
Diffstat (limited to 'docs/components/progress.md')
-rw-r--r--docs/components/progress.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/components/progress.md b/docs/components/progress.md
index 5e0abc5fe..2d8db33cb 100644
--- a/docs/components/progress.md
+++ b/docs/components/progress.md
@@ -1,6 +1,7 @@
---
layout: docs
title: Progress
+description: Documentation and examples for using Bootstrap progress bars.
group: components
---
@@ -13,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 %}