From 04211693a24f84c3ba85014982ee7e2035da052a Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sun, 25 Feb 2018 21:46:36 +0100 Subject: [PATCH] docs: fix broken link to XY Grid in Float Grid docs #10985 Closes https://github.com/zurb/foundation-sites/issues/10985 --- docs/pages/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/grid.md b/docs/pages/grid.md index a9d3fbb2b..28ad6012b 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -18,7 +18,7 @@ tags: ## Importing
- **From Foundation v6.4, the Float 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 Float 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 Float Grid in Foundation v6.4+, you need to: -- 2.47.2