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

domoritz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 23c1bf9ff7 MINOR: [JS] update link to issues (#37882)
23c1bf9ff7 is described below

commit 23c1bf9ff74b749c11385b38911d6aa8d85e180c
Author: Dominik Moritz <[email protected]>
AuthorDate: Tue Sep 26 15:36:22 2023 -0400

    MINOR: [JS] update link to issues (#37882)
    
    Update link to use GitHub for issues.
---
 js/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/package.json b/js/package.json
index 1ee0e11bca..11bbe24f02 100644
--- a/js/package.json
+++ b/js/package.json
@@ -35,7 +35,7 @@
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "bugs": {
-    "url": "https://issues.apache.org/jira/projects/ARROW";
+    "url": "https://github.com/apache/arrow/issues";
   },
   "homepage": "https://github.com/apache/arrow/blob/main/js/README.md";,
   "files": [

Reply via email to