]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix broken link to flexbox 17025/head
authorPascal Herbert <pascal.herbert@gmail.com>
Wed, 19 Aug 2015 16:46:05 +0000 (18:46 +0200)
committerPascal Herbert <pascal.herbert@gmail.com>
Wed, 19 Aug 2015 16:46:05 +0000 (18:46 +0200)
docs/components/card.md

index 053d978ca94e45b4c7c9369a78113eeadaf6d66b..c3af16d8321400b87f98eeed248c2c134162c077 100644 (file)
@@ -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">