docs(): fix broken doc links

This commit is contained in:
Ibby 2017-03-22 01:49:19 -04:00
parent 5d35434866
commit ec0e1ff3a1
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ export interface FingerprintOptions {
/** /**
* @beta * @beta
* @name FingerprintAIO * @name Fingerprint AIO
* @description * @description
* Use simple fingerprint authentication on Android and iOS. * Use simple fingerprint authentication on Android and iOS.
* Requires Cordova plugin: cordova-plugin-fingerprint-aio. For more info about plugin, vist: https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio * Requires Cordova plugin: cordova-plugin-fingerprint-aio. For more info about plugin, vist: https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio

View File

@ -45,7 +45,7 @@ export interface SpeechRecognitionListeningOptionsAndroid {
/** /**
* @beta * @beta
* @name SpeechRecognition * @name Speech Recognition
* @description * @description
* This plugin does speech recognition using cloud services * This plugin does speech recognition using cloud services
* *

View File

@ -18,7 +18,7 @@ export interface VideoOptions {
} }
/** /**
* @name VideoPlayer * @name Video Player
* @description * @description
* A Codova plugin that simply allows you to immediately play a video in fullscreen mode. * A Codova plugin that simply allows you to immediately play a video in fullscreen mode.
* *