]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix localhost link it button group docs 12228/head
authorSimone <swood@clarity-innovations.com>
Fri, 30 Apr 2021 20:16:55 +0000 (13:16 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Apr 2021 20:16:55 +0000 (13:16 -0700)
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.

docs/pages/button-group.md

index 174b1c2ae429628eb467cf1f2df32f3a5a50a404..3159a26363469d289dd3787d772577c123beeb6f 100644 (file)
@@ -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
 <div class="button-group align-center">