From: Simone Date: Fri, 30 Apr 2021 20:16:55 +0000 (-0700) Subject: Fix localhost link it button group docs X-Git-Tag: v6.7.1~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12228%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix localhost link it button group docs There is a link to the Flexbox Utilities classes documentation from the Flexbox Button Group section. The link currently uses a localhost address so doesn't work. Proposed change is to make it a relative link to the vanilla flexbox helper class documentation. --- diff --git a/docs/pages/button-group.md b/docs/pages/button-group.md index 174b1c2ae..3159a2636 100644 --- a/docs/pages/button-group.md +++ b/docs/pages/button-group.md @@ -237,7 +237,7 @@ To create a button with only an arrow, add the class `.arrow-only`. Note that th ## Flexbox Button Group -The buttons in a button group can be positioned using the [Flexbox Utility](http://localhost:3000/flexbox.html#helper-classes) classes in Foundation. You can use `.align-center`, `.align-right`, `.align-spaced`, or `.align-justify`. +The buttons in a button group can be positioned using the [Flexbox Utility](/sites/docs/flexbox-utilities.html#vanilla-flexbox-helper-classes) classes in Foundation. You can use `.align-center`, `.align-right`, `.align-spaced`, or `.align-justify`. ```html_example