diff options
| author | Bardi Harborow <[email protected]> | 2016-11-08 23:36:04 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2016-11-09 01:14:48 +1100 |
| commit | b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9 (patch) | |
| tree | 74616a5e3b4244783dab34ab2ef8391b29aa5373 /docs/components/list-group.md | |
| parent | e63c617fe4918d0aae95a81ed38590bacf5f5c7f (diff) | |
| download | bootstrap-b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9.tar.xz bootstrap-b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9.zip | |
Fix broken and redirected links.
Diffstat (limited to 'docs/components/list-group.md')
| -rw-r--r-- | docs/components/list-group.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/list-group.md b/docs/components/list-group.md index 2997c9ab6..49a6ced63 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -46,7 +46,7 @@ Add badges to any list group item to show unread counts, activity, etc. </ul> {% endexample %} -When in flexbox mode, you'll need to rearrange the contents of your list group items. To replicate the right-aligned badges as shown above, use the following example's code. Note the [`flex-items-xs-between` utility class](/layout/flexbox-grid/#horizontal-alignment), the badge's placement, and the lack of a float utility on the badges. +When in flexbox mode, you'll need to rearrange the contents of your list group items. To replicate the right-aligned badges as shown above, use the following example's code. Note the [`flex-items-xs-between` utility class]({{ site.baseurl }}/layout/flexbox-grid/#horizontal-alignment), the badge's placement, and the lack of a float utility on the badges. {% highlight html %} <ul class="list-group"> |
