Skip to content

Commit

Permalink
Merge pull request #22 from pdurbin/fix-404s
Browse files Browse the repository at this point in the history
fix 404s
  • Loading branch information
poikilotherm authored Nov 30, 2023
2 parents 431f750 + 7a9d7d9 commit 4883171
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
build-backend = "poetry.core.masonry.api"

0 comments on commit 4883171

Please sign in to comment.