From 14eda3c2baea782650b31a09fa0778d2c663dee9 Mon Sep 17 00:00:00 2001 From: Rajat Soni Date: Mon, 13 Jan 2020 19:34:55 +0530 Subject: [PATCH] docs(): fix broken grid layout link (#20188) --- angular/BREAKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/BREAKING.md b/angular/BREAKING.md index 05cec31461..b231ec2160 100644 --- a/angular/BREAKING.md +++ b/angular/BREAKING.md @@ -507,7 +507,7 @@ _In the following examples, `{breakpoint}` refers to the optional screen breakpo - `push-{breakpoint}-{value}` attributes have been renamed to `push-{breakpoint}=“{value}”` - `pull-{breakpoint}-{value}` attributes have been renamed to `pull-{breakpoint}=“{value}”` -Customizing the padding and width of a grid should now be done with CSS variables. For more information, see [Grid Layout](https://github.com/ionic-team/ionic-docs/blob/master/src/content/layout/grid.md). +Customizing the padding and width of a grid should now be done with CSS variables. For more information, see [Grid Layout](https://github.com/ionic-team/ionic-docs/blob/master/src/pages/layout/grid.md). ## Icon