diff options
| author | Mark Otto <[email protected]> | 2015-08-20 21:07:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-20 21:07:33 -0700 |
| commit | f8fcc3d60de8ff619f325add775b7bd84f8caa68 (patch) | |
| tree | 50093b00b24f438d484565c76a11c472cc819303 /docs/components | |
| parent | 9bd01fc3d4a355275bdc7540584aea600fe317c0 (diff) | |
| parent | 61b8d83feb5a918e17cb2504a9e3f89c4f52d9cd (diff) | |
| download | bootstrap-f8fcc3d60de8ff619f325add775b7bd84f8caa68.tar.xz bootstrap-f8fcc3d60de8ff619f325add775b7bd84f8caa68.zip | |
Merge pull request #17184 from kkirsche/patch-28
v4 - Fix Broken link in text alignment section of v4 Card docs
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/card.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/card.md b/docs/components/card.md index 6ab983cbd..d6413672d 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -121,7 +121,7 @@ Using custom widths: ## Text alignment -You can quickly change the text alignment of any card—in its entirety or specific parts—with our [text align classes](). +You can quickly change the text alignment of any card—in its entirety or specific parts—with our [text align classes]({{ site.baseurl }}/components/utilities/#text-alignment). {% example html %} <div class="card card-block"> |
