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/26 08:14:24 UTC

[cordova-docs] branch master updated: docs: fix bugs URL in package.json (#1070)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e0634d7  docs: fix bugs URL in package.json (#1070)
e0634d7 is described below

commit e0634d7410077b4ec218db02657da448ff7dd4a1
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Thu Mar 26 08:14:13 2020 +0000

    docs: fix bugs URL in package.json (#1070)
---
 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