From a9942717c338fa7967ecfd8d10fde302243a5c03 Mon Sep 17 00:00:00 2001 From: Aaron Arney Date: Sat, 16 Jun 2018 09:18:47 +0200 Subject: [PATCH] Use pull request #10977 from ocularrhythm/patch-8 for v6.5.0 5c6ee3480 Fix broken link to XY grid Signed-off-by: Nicolas Coden --- 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.3