docs(): update links

Ref #17256
This commit is contained in:
Mike Hartington
2019-01-30 10:28:06 -05:00
parent af9cb46575
commit c05dfb8244
8 changed files with 10 additions and 10 deletions

View File

@ -83,7 +83,7 @@ scrolling. In order to better control images, Ionic provides `<ion-img>`
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)
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
@ -132,7 +132,7 @@ dimensions are measured correctly.
#### iOS Cordova WKWebView
When deploying to iOS with Cordova, it's highly recommended to use the
[WKWebView plugin](http://blog.ionic.io/cordova-ios-performance-improvements-drop-in-speed-with-wkwebview/)
[WKWebView plugin](https://blog.ionicframework.com/cordova-ios-performance-improvements-drop-in-speed-with-wkwebview/)
in order to take advantage of iOS's higher performing webview. Additionally,
WKWebView is superior at scrolling efficiently in comparison to the older
UIWebView.