Skip to content

Commit 56f626b

Browse files
committed
fix: point project URLs at the renamed repo
1 parent c8e25f3 commit 56f626b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ dependencies = [
3535
]
3636

3737
[project.urls]
38-
Repository = "https://github.com/londogard/DATAREF_URL_PLACEHOLDER"
39-
Documentation = "https://github.com/londogard/DATAREF_URL_PLACEHOLDER#readme"
40-
Issues = "https://github.com/londogard/DATAREF_URL_PLACEHOLDER/issues"
41-
Changelog = "https://github.com/londogard/DATAREF_URL_PLACEHOLDER/blob/main/CHANGELOG.md"
38+
Repository = "https://github.com/londogard/dataref"
39+
Documentation = "https://github.com/londogard/dataref#readme"
40+
Issues = "https://github.com/londogard/dataref/issues"
41+
Changelog = "https://github.com/londogard/dataref/blob/main/CHANGELOG.md"
4242
Funding = "https://github.com/sponsors/londogard"
4343

4444
[project.scripts]

0 commit comments

Comments
 (0)