Skip to content

Commit 9ec1e21

Browse files
committed
chore(release): fix repo and issue link
1 parent 24e50f8 commit 9ec1e21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/apache/cordova-plugin-network-information"
1818
},
1919
"bugs": {
20-
"url": "https://issues.apache.org/jira/browse/CB"
20+
"url": "https://github.com/apache/cordova-plugin-network-information/issues"
2121
},
2222
"keywords": [
2323
"cordova",

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
2727
<description>Cordova Network Information Plugin</description>
2828
<license>Apache 2.0</license>
2929
<keywords>cordova,network,information</keywords>
30-
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git</repo>
31-
<issue>https://issues.apache.org/jira/browse/CB/component/12320640</issue>
30+
<repo>https://github.com/apache/cordova-plugin-network-information</repo>
31+
<issue>https://github.com/apache/cordova-plugin-network-information/issues</issue>
3232

3333
<js-module src="www/network.js" name="network">
3434
<clobbers target="navigator.connection" />

0 commit comments

Comments
 (0)