From 7a9d7d96296b9963dac0af521844b4fa2cae1eb4 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Tue, 28 Nov 2023 15:11:48 -0500 Subject: [PATCH] fix 404s (the project was renamed) --- conf.py | 2 +- index.md | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf.py b/conf.py index e29a260..f30d7b1 100644 --- a/conf.py +++ b/conf.py @@ -92,7 +92,7 @@ html_theme_options = { "home_page_in_toc": True, - "repository_url": "https://github.com/hermes-hmc/project", + "repository_url": "https://github.com/hermes-hmc/project.software-metadata.pub", "use_repository_button": True, "navigation_with_keys": False, } diff --git a/index.md b/index.md index fabaa9e..20bc413 100644 --- a/index.md +++ b/index.md @@ -137,8 +137,8 @@ We will also try to find a date and time that suits you, if you cannot make the ### Providing feedback -We collect feedback on the HERMES project in an [open project repository on GitHub](https://github.com/hermes-hmc/project). -You can [create an issue there](https://github.com/hermes-hmc/project/issues/new/choose), or simply write us an email at [team@software-metadata.pub](mailto:team@software-metadata.pub?subject=HERMES%20feedback). +We collect feedback on the HERMES project in an [open project repository on GitHub](https://github.com/hermes-hmc/project.software-metadata.pub). +You can [create an issue there](https://github.com/hermes-hmc/project.software-metadata.pub/issues/new/choose), or simply write us an email at [team@software-metadata.pub](mailto:team@software-metadata.pub?subject=HERMES%20feedback). ## Acknowledgements diff --git a/pyproject.toml b/pyproject.toml index 14afd63..4928e3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ homepage = "https://project.software-metadata.pub" authors = [] readme = "README.md" -repository = "https://github.com/hermes-hmc/project" +repository = "https://github.com/hermes-hmc/project.software-metadata.pub" [tool.poetry.dependencies] python = "^3.10" @@ -33,4 +33,4 @@ docs-live = "poetry run sphinx-autobuild . _build/html --open-browser --delay=2" [build-system] requires = ["poetry-core>=1.2.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"