From: Aaron Arney Date: Thu, 22 Feb 2018 15:33:52 +0000 (-0500) Subject: Fix broken link to XY grid X-Git-Tag: v6.6.0~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10977%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix broken link to XY grid There was a forward slash in the path which was causing a 404. --- 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: