Skip to content

Commit

Permalink
Fix links in Python README.md files (#1696)
Browse files Browse the repository at this point in the history
Fixes #1686

---------

Co-authored-by: Jingru923 <[email protected]>
  • Loading branch information
visr and Jingru923 authored Aug 6, 2024
1 parent a58f317 commit 13a8f4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/ribasim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ setup is fully reproducible.
The package is [registered in PyPI](https://pypi.org/project/ribasim/) and can therefore
be installed with `pip install ribasim`.

For documentation please see the [examples](https://deltares.github.io/Ribasim/python/examples.html) and [API reference](https://deltares.github.io/Ribasim/python/reference/).
For documentation please see the https://deltares.github.io/Ribasim/ and [API reference](https://deltares.github.io/Ribasim/reference/python/)

# Contributing

For the developer docs please have a look at https://deltares.github.io/Ribasim/python/developer.html
For the developer docs please have a look at https://deltares.github.io/Ribasim/dev/.
2 changes: 1 addition & 1 deletion python/ribasim_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ conda install -c conda-forge ribasim-api

# Contributing

For the developer docs please have a look at https://deltares.github.io/Ribasim/contribute/python.html
For the developer docs please have a look at https://deltares.github.io/Ribasim/dev/.

0 comments on commit 13a8f4a

Please sign in to comment.