From a413cf02e439737bcd72aee34991303f06c5e98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B3pez=20Castellote?= Date: Sat, 6 Jan 2018 01:53:06 +0100 Subject: [PATCH] updated example link to an up to date one The example: https://github.com/Dellos7/example-cordova-code-push-plugin contains an up-to-date example of how to use this plugin with Ionic; the current link is an outdated one. --- src/@ionic-native/plugins/code-push/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/code-push/index.ts b/src/@ionic-native/plugins/code-push/index.ts index 59b5591c..6db99ce7 100644 --- a/src/@ionic-native/plugins/code-push/index.ts +++ b/src/@ionic-native/plugins/code-push/index.ts @@ -400,7 +400,7 @@ export interface DownloadProgress { * @description * CodePush plugin for Cordova by Microsoft that supports iOS and Android. * - * For more info, please see https://github.com/ksachdeva/ionic2-code-push-example + * For more info, please see https://github.com/Dellos7/example-cordova-code-push-plugin * * @usage * ```typescript