From 5c6ee3480d53456abeee4dc33623ffd82a147850 Mon Sep 17 00:00:00 2001 From: Aaron Arney Date: Thu, 22 Feb 2018 10:33:52 -0500 Subject: [PATCH] Fix broken link to XY grid There was a forward slash in the path which was causing a 404. --- docs/pages/flex-grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/flex-grid.md b/docs/pages/flex-grid.md index 1b2ff2352..0ed1d62e8 100644 --- a/docs/pages/flex-grid.md +++ b/docs/pages/flex-grid.md @@ -31,7 +31,7 @@ The flex grid is only supported in Chrome, Firefox, Safari 6+, IE10+, iOS 7+, an
- **From Foundation v6.4, the Flex Grid is disabled by default**, replaced by the new [XY Grid](/xy-grid.html). Unless you need to support IE 10, it is recommended to use the XY Grid. + **From Foundation v6.4, the Flex Grid is disabled by default**, replaced by the new [XY Grid](xy-grid.html). Unless you need to support IE 10, it is recommended to use the XY Grid.
To use the Flex Grid in Foundation v6.4+, you need to: -- 2.47.2