Skip to content

Commit c99b71f

Browse files
authored
Update docs and changes URLs in pyproject (#157)
* Update docs and changes URLs in pyproject * Add matching to docs URL
1 parent 19b1fae commit c99b71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ dev = [
5959

6060
[project.urls]
6161
homepage = "https://github.com/daffidwilde/matching"
62-
documentation = "https://matching.readthedocs.io"
63-
changelog = "https://github.com/daffidwilde/matching/blob/main/CHANGES.rst"
62+
documentation = "https://daffidwilde.github.io/matching"
63+
changelog = "https://github.com/daffidwilde/matching/blob/main/CHANGES.md"
6464

6565
[tool.setuptools.dynamic]
6666
version = {attr = "matching.__version__"}

0 commit comments

Comments
 (0)