From 0693c887f9d754d5b7b4ef7b0d751aa77bbf4a38 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Tue, 15 Jan 2019 17:49:24 +0000 Subject: [PATCH] docs(row): fix links to grid and col components (#17119) --- core/src/components/row/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/row/readme.md b/core/src/components/row/readme.md index ff2b443ded..e61bafcb34 100644 --- a/core/src/components/row/readme.md +++ b/core/src/components/row/readme.md @@ -1,7 +1,7 @@ # ion-row -Rows are horizontal components of the [grid](../Grid) system and contain varying numbers of -[columns](../Col). They ensure the columns are positioned properly. +Rows are horizontal components of the [grid](../grid) system and contain varying numbers of +[columns](../col). They ensure the columns are positioned properly. See [Grid Layout](/docs/layout/grid) for more information.