diff --git a/package.json b/package.json
index f3be23f..18c24c7 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"url": "https://github.com/apache/cordova-plugin-inappbrowser"
},
"bugs": {
- "url": "https://issues.apache.org/jira/browse/CB"
+ "url": "https://github.com/apache/cordova-plugin-inappbrowser/issues"
},
"keywords": [
"cordova",
diff --git a/plugin.xml b/plugin.xml
index 8775d61..591d19f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -26,8 +26,8 @@
Cordova InAppBrowser Plugin
Apache 2.0
cordova,in,app,browser,inappbrowser
- https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
- https://issues.apache.org/jira/browse/CB/component/12320641
+ https://github.com/apache/cordova-plugin-inappbrowser
+ https://github.com/apache/cordova-plugin-inappbrowser/issues
@@ -49,7 +49,7 @@
-
+
@@ -101,7 +101,6 @@
-
@@ -121,7 +120,7 @@
-
+
diff --git a/tests/package.json b/tests/package.json
index 7c05778..3d92e4e 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -10,5 +10,5 @@
"ecosystem:cordova"
],
"author": "",
- "license": "Apache 2.0"
+ "license": "Apache-2.0"
}