docs(grid): fix links to grid and row components (#16538)

This commit is contained in:
Artfloriani
2018-12-03 13:52:56 -02:00
committed by Brandy Carney
parent 802a3d14e7
commit f1f35ddd66

View File

@ -1,6 +1,6 @@
# ion-col # 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. 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. See [Grid Layout](/docs/layout/grid) for more information.