Skip to content

Commit d99b200

Browse files
authored
fix github links now that we've moved the project (#51)
1 parent 05e5f54 commit d99b200

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ latex:
1818

1919
# Information about where the book exists on the web
2020
repository:
21-
url: https://github.com/zingale/ppmpy # Online location of your book
21+
url: https://github.com/python-hydro/ppmpy # Online location of your book
2222
path_to_book: docs # Optional path to your book, relative to the repository root
2323
branch: main # Which branch of the repository should be used when creating links (optional)
2424

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ with variations of the core PPM algorithm.
77

88
## Repo
99

10-
https://github.com/zingale/ppmpy
10+
https://github.com/python-hydro/ppmpy
1111

1212
## Installation
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
]
2424

2525
[project.urls]
26-
Homepage = "https://github.com/zingale/ppmpy"
26+
Homepage = "https://github.com/python-hydro/ppmpy"
2727

2828

2929
# packaging

0 commit comments

Comments
 (0)