From 663c24d2faa8353d6841b160c237e01f9e12a4bd Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Tue, 6 Jun 2017 05:07:06 +0200 Subject: [PATCH] docs(file-chooser): changed source (#1652) * docs(filechooser): changed source * Update index.ts --- src/@ionic-native/plugins/file-chooser/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/file-chooser/index.ts b/src/@ionic-native/plugins/file-chooser/index.ts index 15b2a347a..310441886 100644 --- a/src/@ionic-native/plugins/file-chooser/index.ts +++ b/src/@ionic-native/plugins/file-chooser/index.ts @@ -23,9 +23,9 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core'; */ @Plugin({ pluginName: 'FileChooser', - plugin: 'https://github.com/don/cordova-filechooser.git', + plugin: 'cordova-plugin-filechooser', pluginRef: 'fileChooser', - repo: 'https://github.com/don/cordova-filechooser', + repo: 'https://github.com/ihadeed/cordova-filechooser', platforms: ['Android'] }) @Injectable()