Skip to content

Commit ce0fc22

Browse files
committed
refactor: update docs links
1 parent 90cde89 commit ce0fc22

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
<img alt="OSCUR LOGO" src="https://github.com/simonprovost/UrbanMapper-Community/raw/main/docs/public/resources/urban_mapper_cover.pmg" width="200px">
1818
</picture>
1919
<br />
20-
<em>UrbanMapper</em> • <a href="https://urbanmapper.readthedocs.io/en/latest/">Docs</a> • <a href="https://github.com/simonprovost/UrbanMapper-Community">Repo</a>
20+
<em>UrbanMapper</em> • <a href="https://urbanmapper-community.readthedocs.io/en/latest/">Docs</a> • <a href="https://github.com/simonprovost/UrbanMapper-Community">Repo</a>
2121
</div>
2222
</p>
2323

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
<img alt="OSCUR LOGO" src="https://github.com/simonprovost/UrbanMapper-Community/raw/main/docs/public/resources/urban_mapper_cover.pmg" width="200px">
1818
</picture>
1919
<br />
20-
<em>UrbanMapper</em> • <a href="https://urbanmapper.readthedocs.io/en/latest/">Docs</a> • <a href="https://github.com/simonprovost/UrbanMapper-Community">Repo</a>
20+
<em>UrbanMapper</em> • <a href="https://urbanmapper-community.readthedocs.io/en/latest/">Docs</a> • <a href="https://github.com/simonprovost/UrbanMapper-Community">Repo</a>
2121
</div>
2222
</p>
2323

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
<img alt="OSCUR LOGO" src="https://github.com/simonprovost/UrbanMapper-Community/raw/main/docs/public/resources/urban_mapper_cover.pmg" width="200px">
1818
</picture>
1919
<br />
20-
<em>UrbanMapper</em> • <a href="https://urbanmapper.readthedocs.io/en/latest/">Docs</a> • <a href="https://github.com/simonprovost/UrbanMapper-Community">Repo</a>
20+
<em>UrbanMapper</em> • <a href="https://urbanmapper-community.readthedocs.io/en/latest/">Docs</a> • <a href="https://github.com/simonprovost/UrbanMapper-Community">Repo</a>
2121
</div>
2222
</p>
2323

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
# Contributing to `UrbanMapper`
1717

18-
For details on contributing to the library, please follow up to the [contributing guidelines directly on the documentation](https://urbanmapper.readthedocs.io/en/latest/CONTRIBUTING/).
18+
For details on contributing to the library, please follow up to the [contributing guidelines directly on the documentation](https://urbanmapper-community.readthedocs.io/en/latest/CONTRIBUTING/).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ uv run jupyter lab
5555

5656
# Getting Started with UrbanMapper
5757

58-
We highly recommend exploring the [UrbanMapper Documentation](https://urbanmapper.readthedocs.io/en/latest/), starting
59-
with the homepage general information and then the [Getting Started](https://urbanmapper.readthedocs.io/en/latest/getting-started/)
58+
We highly recommend exploring the [UrbanMapper Documentation](https://urbanmapper-community.readthedocs.io/en/latest/), starting
59+
with the homepage general information and then the [Getting Started](https://urbanmapper-community.readthedocs.io/en/latest/getting-started/)
6060
section.
6161

62-
Once you have grasped the basics, we recommend exploring the [Interactive Examples](https://urbanmapper.readthedocs.io/en/latest/examples/)
62+
Once you have grasped the basics, we recommend exploring the [Interactive Examples](https://urbanmapper-community.readthedocs.io/en/latest/examples/)
6363
or running yourself the notebooks through the `examples/` directory.
6464

6565
## Licence

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ full = [
9595

9696
[project.urls]
9797
Homepage = "https://github.com/simonprovost/UrbanMapper-Community"
98-
Documentation = "https://urbanmapper.readthedocs.io/en/latest/"
98+
Documentation = "https://urbanmapper-community.readthedocs.io/en/latest/"
9999
Changelog = "https://github.com/simonprovost/UrbanMapper-Community/blob/main/CHANGELOG.md"
100100
Repository = "https://github.com/simonprovost/UrbanMapper-Community"
101101
Issues = "https://github.com/simonprovost/UrbanMapper-Community/issues"

0 commit comments

Comments
 (0)