You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/03/25 19:13:22 UTC

[cordova-docs] 01/01: docs: fix bugs URL in package.json

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

timbru31 pushed a commit to branch fix/bugs-url
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit 0bf77539bb34ed5480fb6fa0cf2a7fca9f4cbf03
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Wed Mar 25 19:13:11 2020 +0000

    docs: fix bugs URL in package.json
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 420ab9e..93c6f32 100644
--- a/package.json
+++ b/package.json
@@ -62,7 +62,7 @@
     "url": "https://github.com/apache/cordova-docs"
   },
   "bugs": {
-    "url": "https://github.com/apache/cordova-website/issues"
+    "url": "https://github.com/apache/cordova-docs/issues"
   },
   "homepage": "https://cordova.apache.org"
 }


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