diff --git a/js/utils/keyboard.js b/js/utils/keyboard.js index 3b8ebeea7..70e13701f 100644 --- a/js/utils/keyboard.js +++ b/js/utils/keyboard.js @@ -14,7 +14,7 @@ * which can cause layout issues such as pushing headers up and out of view. * * The keyboard fixes work best in conjunction with the - * [Ionic Keyboard Plugin](https://github.com/ionic-team/ionic-plugins-keyboard), + * [Ionic Keyboard Plugin](https://github.com/ionic-team/ionic-plugin-keyboard), * although it will perform reasonably well without. However, if you are using * Cordova there is no reason not to use the plugin. * @@ -45,7 +45,7 @@ * * ### Plugin Usage * Information on using the plugin can be found at - * [https://github.com/ionic-team/ionic-plugins-keyboard](https://github.com/ionic-team/ionic-plugins-keyboard). + * [https://github.com/ionic-team/ionic-plugin-keyboard](https://github.com/ionic-team/ionic-plugin-keyboard). * * ---------- *