From 45db44abe75abd9443d50aa0e9eb6a3353a6e7f2 Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 4 Jan 2019 14:31:23 -0200 Subject: [PATCH] docs(grid): fix links to row and col components (#16859) --- core/src/components/grid/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/grid/readme.md b/core/src/components/grid/readme.md index 78453a01a1..b357c351d6 100644 --- a/core/src/components/grid/readme.md +++ b/core/src/components/grid/readme.md @@ -3,7 +3,7 @@ The grid is a powerful mobile-first flexbox system for building custom layouts. -It is composed of three units — a grid, [row(s)](../Row) and [column(s)]((../Col)). Columns will expand to fill the row, and will resize to fit additional columns. It is based on a 12 column layout with different breakpoints based on the screen size. The number of columns can be customized using CSS. +It is composed of three units — a grid, [row(s)](../row) and [column(s)](../col). Columns will expand to fill the row, and will resize to fit additional columns. It is based on a 12 column layout with different breakpoints based on the screen size. The number of columns can be customized using CSS. See [Grid Layout](/docs/layout/grid) for more information.