aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2015-08-21 01:02:03 +0200
committerHeinrich Fenkart <[email protected]>2015-08-21 01:02:03 +0200
commit12df7622a090143c8b4647a13301e37ec927c409 (patch)
tree710caf48d4599cd09f19a42ce6abfa3ac9177465 /docs
parenta5bed79459ee65f70ac7558424c756935ffeb8ba (diff)
parent547e6e8af8af618b7ab9bf9bd68b144fcdf41fae (diff)
downloadbootstrap-12df7622a090143c8b4647a13301e37ec927c409.tar.xz
bootstrap-12df7622a090143c8b4647a13301e37ec927c409.zip
Merge pull request #17025 from hebbet/v4-dev
fix broken link to flexbox
Diffstat (limited to 'docs')
-rw-r--r--docs/components/card.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/card.md b/docs/components/card.md
index 5bb831f35..fc5032761 100644
--- a/docs/components/card.md
+++ b/docs/components/card.md
@@ -293,7 +293,7 @@ Cards include their own variant classes for quickly changing the `background-col
## Groups
-Use card groups to render cards as a single, attached element with equal width and height columns. By default, card groups use `display: table;` and `table-layout: fixed;` to achieve their uniform sizing. However, enabling [flexbox mode](/layout/flexbox) can switch that to use `display: flex;` and provide the same effect.
+Use card groups to render cards as a single, attached element with equal width and height columns. By default, card groups use `display: table;` and `table-layout: fixed;` to achieve their uniform sizing. However, enabling [flexbox mode](/getting-started/flexbox) can switch that to use `display: flex;` and provide the same effect.
{% example html %}
<div class="card-group">