diff --git a/js/angular/service/platform.js b/js/angular/service/platform.js index 13b0420a7..e885314e0 100644 --- a/js/angular/service/platform.js +++ b/js/angular/service/platform.js @@ -135,8 +135,8 @@ IonicModule * @description * Add Cordova event listeners, such as `pause`, `resume`, `volumedownbutton`, `batterylow`, * `offline`, etc. More information about available event types can be found in - * [Cordova's event documentation](https://cordova.apache.org/docs/en/edge/cordova_events_events.md.html#Events). - * @param {string} type Cordova [event type](https://cordova.apache.org/docs/en/edge/cordova_events_events.md.html#Events). + * [Cordova's event documentation](https://cordova.apache.org/docs/en/latest/cordova/events/events.html). + * @param {string} type Cordova [event type](https://cordova.apache.org/docs/en/latest/cordova/events/events.html). * @param {function} callback Called when the Cordova event is fired. * @returns {function} Returns a deregistration function to remove the event listener. */ diff --git a/js/utils/platform.js b/js/utils/platform.js index 539e1c364..6d6880f45 100644 --- a/js/utils/platform.js +++ b/js/utils/platform.js @@ -360,7 +360,7 @@ /** * @ngdoc method * @name ionic.Platform#showStatusBar - * @description Shows or hides the device status bar (in Cordova). Requires `cordova plugin add org.apache.cordova.statusbar` + * @description Shows or hides the device status bar (in Cordova). Requires `ionic plugin add cordova-plugin-statusbar` * @param {boolean} shouldShow Whether or not to show the status bar. */ showStatusBar: function(val) { @@ -387,7 +387,7 @@ * @name ionic.Platform#fullScreen * @description * Sets whether the app is fullscreen or not (in Cordova). - * @param {boolean=} showFullScreen Whether or not to set the app to fullscreen. Defaults to true. Requires `cordova plugin add org.apache.cordova.statusbar` + * @param {boolean=} showFullScreen Whether or not to set the app to fullscreen. Defaults to true. Requires `ionic plugin add cordova-plugin-statusbar` * @param {boolean=} showStatusBar Whether or not to show the device's status bar. Defaults to false. */ fullScreen: function(showFullScreen, showStatusBar) { diff --git a/test/unit/utils/viewport.unit.js b/test/unit/utils/viewport.unit.js index 2777d2a40..d26134668 100644 --- a/test/unit/utils/viewport.unit.js +++ b/test/unit/utils/viewport.unit.js @@ -29,7 +29,7 @@ -iOS 6.1 Cordova no viewport height, keyboard is over webview -iOS 6.1 Safari no viewport height, keyboard is over webview - http://cordova.apache.org/docs/en/3.3.0/guide_platforms_ios_upgrading.md.html#Upgrading%20iOS + http://cordova.apache.org/docs/en/latest/guide/platforms/ios/upgrade.html https://issues.apache.org/jira/browse/CB-4323 */