Skip to content

Commit acb19b5

Browse files
authored
INTPYTHON-376 Update JIRA links to point to renamed project (#244)
1 parent 1b070d4 commit acb19b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bindings/python/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ before sending a pull request.
66

77
## Bugfixes and New Features
88

9-
Before starting to write code, look for existing [tickets in our JIRA project](https://jira.mongodb.org/browse/ARROW)
10-
or [create one](https://jira.mongodb.org/browse/ARROW) for your specific issue or
9+
Before starting to write code, look for existing [tickets in our JIRA project](https://jira.mongodb.org/browse/INTPYTHON)
10+
or [create one](https://jira.mongodb.org/browse/INTPYTHON) for your specific issue or
1111
feature request. That way you avoid working on something that might not
1212
be of interest or that has already been addressed.
1313

bindings/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dynamic = ["version"]
4545
Homepage = "https://www.mongodb.org"
4646
Documentation = "https://mongo-arrow.readthedocs.io"
4747
Source = "https://github.com/mongodb-labs/mongo-arrow/tree/main/bindings/python"
48-
Tracker = "https://jira.mongodb.org/projects/ARROW/issues"
48+
Tracker = "https://jira.mongodb.org/projects/INTPYTHON/issues"
4949

5050
[project.optional-dependencies]
5151
test = ["pytz", "pytest", "polars"]
@@ -73,7 +73,7 @@ skip = "pp* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*"
7373
before-build = "bash ./cibw_before_build.sh"
7474
build-frontend = "build"
7575
test-command = "python -c \"from pymongoarrow.lib import libbson_version\""
76-
# Disable wheel repair, see https://jira.mongodb.org/browse/ARROW-122.
76+
# Disable wheel repair, see https://jira.mongodb.org/browse/INTPYTHON-122.
7777
repair-wheel-command = ""
7878

7979
[tool.cibuildwheel.environment]

0 commit comments

Comments
 (0)