Skip to content

Commit

Permalink
docs(virtual-scroll): fix broken link to ion-img (#10555)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthahzan authored and brandyscarney committed Feb 27, 2017
1 parent 2c2b87b commit 1128c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/virtual-scroll/virtual-scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ import { VirtualFooter, VirtualHeader, VirtualItem } from './virtual-item';
* to manage HTTP requests and image rendering. While scrolling through items
* 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
* 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
Expand Down

0 comments on commit 1128c8b

Please sign in to comment.