From 1128c8b8a2a33cabc10f61df4133f384a60a599b Mon Sep 17 00:00:00 2001 From: Thahzan Mohomed Date: Tue, 28 Feb 2017 01:44:52 +0530 Subject: [PATCH] docs(virtual-scroll): fix broken link to ion-img (#10555) --- src/components/virtual-scroll/virtual-scroll.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/virtual-scroll/virtual-scroll.ts b/src/components/virtual-scroll/virtual-scroll.ts index ee733f77e7..2509491e7b 100644 --- a/src/components/virtual-scroll/virtual-scroll.ts +++ b/src/components/virtual-scroll/virtual-scroll.ts @@ -107,7 +107,7 @@ import { VirtualFooter, VirtualHeader, VirtualItem } from './virtual-item'; * to manage HTTP requests and image rendering. While scrolling through items * quickly, `` knows when and when not to make requests, when and * when not to render images, and only loads the images that are viewable - * after scrolling. [Read more about `ion-img`.](../img/Img/) + * after scrolling. [Read more about `ion-img`.](../../img/Img/) * * It's also important for app developers to ensure image sizes are locked in, * and after images have fully loaded they do not change size and affect any