From f1f35ddd66a72e1844243535a052ed41e1f71507 Mon Sep 17 00:00:00 2001 From: Artfloriani Date: Mon, 3 Dec 2018 13:52:56 -0200 Subject: [PATCH] docs(grid): fix links to grid and row components (#16538) --- core/src/components/col/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/col/readme.md b/core/src/components/col/readme.md index ff5850d663..b3e120519f 100644 --- a/core/src/components/col/readme.md +++ b/core/src/components/col/readme.md @@ -1,6 +1,6 @@ # ion-col -Columns are cellular components of the [grid](../Grid) system and go inside of a [row](../Row). +Columns are cellular components of the [grid](../grid) system and go inside of a [row](../row). They will expand to fill their row. All content within a grid should go inside of a column. See [Grid Layout](/docs/layout/grid) for more information.