From 852df986476b133ab71c97042ef6863ce8a6002e Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Fri, 9 Aug 2019 16:05:53 +0700 Subject: [PATCH] docs(image-picker): set repo url to active repo (#3127) Original repo hasn't had a commit since 2016. `Repo:` parameter already updated but intro docs wasn't. --- src/@ionic-native/plugins/image-picker/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/image-picker/index.ts b/src/@ionic-native/plugins/image-picker/index.ts index 0cd90c878..1b81dcb6f 100644 --- a/src/@ionic-native/plugins/image-picker/index.ts +++ b/src/@ionic-native/plugins/image-picker/index.ts @@ -42,7 +42,7 @@ export enum OutputType { * Cordova Plugin For Multiple Image Selection * * Requires Cordova plugin: `cordova-plugin-image-picker`. - * For more info, please see the https://github.com/wymsee/cordova-imagePicker + * For more info, please see the https://github.com/Telerik-Verified-Plugins/ImagePicker * * @usage * ```typescript