From: Pascal Herbert Date: Wed, 19 Aug 2015 16:46:05 +0000 (+0200) Subject: fix broken link to flexbox X-Git-Tag: v4.0.0-alpha.2~502^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=547e6e8af8af618b7ab9bf9bd68b144fcdf41fae;p=thirdparty%2Fbootstrap.git fix broken link to flexbox --- diff --git a/docs/components/card.md b/docs/components/card.md index 053d978ca9..c3af16d832 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 %}