Skip to content

Commit

Permalink
docs: update links to gh-pages --> docs.hotosm.org
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 7, 2023
1 parent 523e7d6 commit 540c7f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HOT Tech Docs

📖 Welcome to the HOT Technical [documentation](https://hotosm.github.io/docs/)
📖 Welcome to the HOT Technical [documentation](https://docs.hotosm.org)
for all of our open-source tools.

<!-- markdownlint-disable -->
Expand All @@ -19,6 +19,6 @@ The docs go into specific technical detail for:
- Options and variables for CLI commands.
- Web API references to better understand expected inputs and responses.
- Library API references for developing against.
- Info about [modularization](https://hotosm.github.io/docs/modules) of our code.
- Info about [modularization](https://docs.hotosm.org/modules) of our code.

Each sidebar item will link to the documentation specific to each repo.
4 changes: 2 additions & 2 deletions docs/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Modularization of backend and frontend components allows us to avoid repeating c
Backend Python modules are released on
[PyPi](https://pypi.org) to be installed across multiple services.

See the [backend](https://hotosm.github.io/docs/modules_backend) page for more info.
See the [backend](https://docs.hotosm.org/modules_backend) page for more info.

## Frontend

Expand All @@ -24,5 +24,5 @@ We also use frontend map libraries extensively (obviously).
Currently we favour [OpenLayers](https://openlayers.org/)
due to it's breadth of functionality

See the [frontend](https://hotosm.github.io/docs/modules_frontend)
See the [frontend](https://docs.hotosm.org/modules_frontend)
page for more info.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ license = {file = "LICENSE"}
keywords = ["hot", "hotosm", "docs", "documentation", "humanitarian"]

[project.urls]
homepage = "https://hotosm.github.io/docs"
documentation = "https://hotosm.github.io/docs"
homepage = "https://docs.hotosm.org"
documentation = "https://docs.hotosm.org"
repository = "https://github.com/hotosm/docs"

[project.optional-dependencies]
Expand Down

0 comments on commit 540c7f8

Please sign in to comment.