From 37aaa3d09cda6a885b35943554f7febd3c8403fd Mon Sep 17 00:00:00 2001 From: Tim Behety Date: Mon, 7 Mar 2016 09:04:33 +0100 Subject: [PATCH] Fix link of ActionSheet documentation --- src/plugins/actionsheet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/actionsheet.ts b/src/plugins/actionsheet.ts index 67a6f7551..d1febb0d1 100644 --- a/src/plugins/actionsheet.ts +++ b/src/plugins/actionsheet.ts @@ -5,7 +5,7 @@ import {Plugin, Cordova} from './plugin'; * @description * The ActionSheet plugin shows a native list of options the user can choose from. * - * Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/phonegap/phonegap-plugin-barcodescanner). + * Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet). * * @usage *