Skip to content

Commit 7dbdcbf

Browse files
committed
core: fix links for PyPI
1 parent 5a35e9f commit 7dbdcbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies = [
7272

7373
[project.urls]
7474
Homepage = "https://github.com/VIDA-NYU/UrbanMapper"
75-
Documentation = "https://github.com/VIDA-NYU/UrbanMapper#%EF%B8%8F-urban-layers-currently-supported"
75+
Documentation = "https://urbanmapper.readthedocs.io/en/latest/"
7676
Changelog = "https://github.com/VIDA-NYU/UrbanMapper/blob/main/CHANGELOG.md"
7777
Repository = "https://github.com/VIDA-NYU/UrbanMapper"
7878
Issues = "https://github.com/VIDA-NYU/UrbanMapper/issues"
@@ -120,4 +120,5 @@ dev = [
120120
"mkdocs-jupyter>=0.25.1",
121121
"pymdown-extensions>=10.14.3",
122122
"mkdocs-material[emoji,imaging]>=9.6.11",
123+
"mkdocs-mermaid2-plugin>=1.2.1",
123124
]

0 commit comments

Comments
 (0)