From 219fb618d9382d6aa23f4c94d2e86dc210bb4f6a Mon Sep 17 00:00:00 2001 From: Simone Date: Fri, 30 Apr 2021 13:16:55 -0700 Subject: [PATCH] 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. --- docs/pages/button-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
-- 2.47.2