docs(virtual-scroll): fix broken link to ion-img (#10555)

This commit is contained in:
Thahzan Mohomed
2017-02-28 01:44:52 +05:30
committed by Brandy Carney
parent 2c2b87b0b9
commit 1128c8b8a2

View File

@ -107,7 +107,7 @@ import { VirtualFooter, VirtualHeader, VirtualItem } from './virtual-item';
* to manage HTTP requests and image rendering. While scrolling through items * to manage HTTP requests and image rendering. While scrolling through items
* quickly, `<ion-img>` knows when and when not to make requests, when and * quickly, `<ion-img>` knows when and when not to make requests, when and
* when not to render images, and only loads the images that are viewable * 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, * 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 * and after images have fully loaded they do not change size and affect any