You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/18 15:14:58 UTC

[cordova-plugin-dialogs] 01/03: chore(release): fix repo and issue link

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-dialogs.git

commit acc9eb64857f9ddbe5cfc6e7173265bafcff09b6
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Jun 18 17:13:35 2019 +0200

    chore(release): fix repo and issue link
---
 package.json | 2 +-
 plugin.xml   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 17327ea..65707ab 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
     "url": "https://github.com/apache/cordova-plugin-dialogs"
   },
   "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB"
+    "url": "https://github.com/apache/cordova-plugin-dialogs/issues"
   },
   "keywords": [
     "cordova",
diff --git a/plugin.xml b/plugin.xml
index 97189f7..4ffac4b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -26,8 +26,8 @@
     <description>Cordova Notification Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,notification</keywords>
-    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git</repo>
-    <issue>https://issues.apache.org/jira/browse/CB/component/12320642</issue>
+    <repo>https://github.com/apache/cordova-plugin-dialogs</repo>
+    <issue>https://github.com/apache/cordova-plugin-dialogs/issues</issue>
 
     <js-module src="www/notification.js" name="notification">
         <merges target="navigator.notification" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org