Skip to content

Commit 554acee

Browse files
authored
Merge pull request #441 from isaacbrodsky/update-pyproject-links
Fix pyproject.toml links
2 parents e054120 + ea05321 commit 554acee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ classifiers = [
3838
]
3939

4040
[project.urls]
41-
Homepage = 'https://github.com/organization/package'
42-
Documentation = 'https://package.readthedocs.io/'
43-
'Bug Tracker' = 'https://github.com/organization/package/issues'
44-
Discussions = 'https://github.com/organization/package/discussions'
45-
Changelog = 'https://package.readthedocs.io/en/latest/changelog.html'
41+
Homepage = 'https://github.com/uber/h3-py'
42+
Documentation = 'https://uber.github.io/h3-py/'
43+
'Bug Tracker' = 'https://github.com/uber/h3-py/issues'
44+
Discussions = 'https://github.com/uber/h3-py/discussions'
45+
Changelog = 'https://uber.github.io/h3-py/_changelog.html'
4646

4747

4848
[project.optional-dependencies]

0 commit comments

Comments
 (0)