Skip to content

Commit 4883171

Browse files
authored
Merge pull request #22 from pdurbin/fix-404s
fix 404s
2 parents 431f750 + 7a9d7d9 commit 4883171

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
html_theme_options = {
9494
"home_page_in_toc": True,
95-
"repository_url": "https://github.com/hermes-hmc/project",
95+
"repository_url": "https://github.com/hermes-hmc/project.software-metadata.pub",
9696
"use_repository_button": True,
9797
"navigation_with_keys": False,
9898
}

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ We will also try to find a date and time that suits you, if you cannot make the
137137

138138
### Providing feedback
139139

140-
We collect feedback on the HERMES project in an [open project repository on GitHub](https://github.com/hermes-hmc/project).
141-
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).
140+
We collect feedback on the HERMES project in an [open project repository on GitHub](https://github.com/hermes-hmc/project.software-metadata.pub).
141+
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).
142142

143143
## Acknowledgements
144144

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://project.software-metadata.pub"
66
authors = []
77

88
readme = "README.md"
9-
repository = "https://github.com/hermes-hmc/project"
9+
repository = "https://github.com/hermes-hmc/project.software-metadata.pub"
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.10"
@@ -33,4 +33,4 @@ docs-live = "poetry run sphinx-autobuild . _build/html --open-browser --delay=2"
3333

3434
[build-system]
3535
requires = ["poetry-core>=1.2.0"]
36-
build-backend = "poetry.core.masonry.api"
36+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)