From 540c7f8b660dd27d4490e98db3451bd79229d66d Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Tue, 7 Nov 2023 11:00:12 +0000 Subject: [PATCH] docs: update links to gh-pages --> docs.hotosm.org --- README.md | 4 ++-- docs/modules.md | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 15fc33c..7b65ee1 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. diff --git a/docs/modules.md b/docs/modules.md index 213cbf6..1960a22 100644 --- a/docs/modules.md +++ b/docs/modules.md @@ -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 @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 7626291..4df4fef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]