Skip to content

Commit 3501998

Browse files
committed
Update links for new repo name.
1 parent 914fa18 commit 3501998

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![logo](https://raw.githubusercontent.com/DHI/mikeplus-python/main/images/logo/mikeplus-py.svg)
1+
![logo](https://raw.githubusercontent.com/DHI/mikepluspy/main/images/logo/mikeplus-py.svg)
22
# MIKE+Py: automate your workflows.
33

44
MIKE+Py is a python interface for MIKE+. Its main features include:
@@ -10,7 +10,7 @@ MIKE+Py is a python interface for MIKE+. Its main features include:
1010
> MIKE+Py is experimental and under development.
1111
> * Be aware that there may be bugs or unexpected behavior - use with caution.
1212
> * Always make copies of your MIKE+ databases and verify the outcome of scripts.
13-
> * If you encounter any issues or have any feedback, please report them on [GitHub Issues](https://github.com/DHI/mikeplus-python/issues).
13+
> * If you encounter any issues or have any feedback, please report them on [GitHub Issues](https://github.com/DHI/mikepluspy/issues).
1414
1515
## Requirements
1616
* MIKE+ 2024 (or greater) with valid license
@@ -26,12 +26,12 @@ The version of MIKE+Py you install must match the version of MIKE+ installed on
2626
2727
| MIKE+ Version | Install command|
2828
|:--------------|:---------------|
29-
| MIKE+ 2024 | `pip install https://github.com/DHI/mikeplus-python/archive/refs/tags/v2024.0-latest.zip` |
29+
| MIKE+ 2024 | `pip install https://github.com/DHI/mikepluspy/archive/refs/tags/v2024.0-latest.zip` |
3030

3131

3232
## Examples
33-
Please check out the jupyter notebooks here: https://github.com/DHI/mikeplus-python/tree/main/notebooks
33+
Please check out the jupyter notebooks here: https://github.com/DHI/mikepluspy/tree/main/notebooks
3434

3535
## Where can I get help?
36-
* General help, new ideas and feature requests - [GitHub Discussions](http://github.com/DHI/mikeplus-python/discussions)
37-
* Bugs - [GitHub Issues](https://github.com/DHI/mikeplus-python/issues)
36+
* General help, new ideas and feature requests - [GitHub Discussions](http://github.com/DHI/mikepluspy/discussions)
37+
* Bugs - [GitHub Issues](https://github.com/DHI/mikepluspy/issues)

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dev = ["pytest","flake8","black","sphinx", "myst-parser","sphinx-book-theme"]
4040
test= ["pytest"]
4141

4242
[project.urls]
43-
"Homepage" = "https://github.com/DHI/mikeplus-python"
44-
"Bug Tracker" = "https://github.com/DHI/mikeplus-python/issues"
43+
"Homepage" = "https://github.com/DHI/mikepluspy"
44+
"Bug Tracker" = "https://github.com/DHI/mikepluspy/issues"
4545

4646
# mypy global options:
4747

0 commit comments

Comments
 (0)