chore(release): fix repo and issue link
diff --git a/package.json b/package.json
index 3222e8a..42f0b54 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
     "url": "https://github.com/apache/cordova-plugin-network-information"
   },
   "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB"
+    "url": "https://github.com/apache/cordova-plugin-network-information/issues"
   },
   "keywords": [
     "cordova",
diff --git a/plugin.xml b/plugin.xml
index 06b67f8..a73753a 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -27,8 +27,8 @@
     <description>Cordova Network Information Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,network,information</keywords>
-    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git</repo>
-    <issue>https://issues.apache.org/jira/browse/CB/component/12320640</issue>
+    <repo>https://github.com/apache/cordova-plugin-network-information</repo>
+    <issue>https://github.com/apache/cordova-plugin-network-information/issues</issue>
 
     <js-module src="www/network.js" name="network">
         <clobbers target="navigator.connection" />