Skip to content

Commit

Permalink
Updated links to GitHub repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Apr 28, 2021
1 parent 0c7c708 commit cbbba7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/demonstrations.md
Expand Up @@ -69,7 +69,7 @@ by replacing `glob` with `rglob`. However, this should be used with
caution so as to not accidentally modify models in folders that were
not meant to be included.

[demos]: https://github.com/John-Hennig/MPh/tree/master/demos
[demos]: https://github.com/MPh-py/MPh/tree/master/demos


### Multiple processes
Expand Down Expand Up @@ -201,7 +201,7 @@ worker implementation would then be in a separate module that is run
as a script.

[multi]: https://docs.python.org/3/library/multiprocessing.html
[tests]: https://github.com/John-Hennig/MPh/tree/master/tests
[tests]: https://github.com/MPh-py/MPh/tree/master/tests
[subpr]: https://docs.python.org/3/library/subprocess.html


Expand Down
8 changes: 4 additions & 4 deletions docs/limitations.md
Expand Up @@ -129,11 +129,11 @@ set to "platform-dependent" by default. It could also be set to
to override the default behavior.


[repo]: https://github.com/john-hennig/mph
[tests]: https://github.com/John-Hennig/mph/tree/master/tests
[repo]: https://github.com/MPh-py/mph
[tests]: https://github.com/MPh-py/mph/tree/master/tests
[jpype]: https://jpype.readthedocs.io
[jnius]: https://pyjnius.readthedocs.io
[pytest]: https://docs.pytest.org
[japi]: https://comsol.com/documentation/COMSOL_ProgrammingReferenceManual.pdf
[issues]: https://github.com/John-Hennig/MPh/issues
[issue8]: https://github.com/John-Hennig/MPh/issues/8
[issues]: https://github.com/MPh-py/MPh/issues
[issue8]: https://github.com/MPh-py/MPh/issues/8
2 changes: 1 addition & 1 deletion docs/tutorial.md
Expand Up @@ -322,4 +322,4 @@ documentation](api). A number of use-case examples are showcased in
chapter [Demonstrations](demonstrations).


[demo]: https://github.com/John-Hennig/mph/blob/master/tests/capacitor.mph
[demo]: https://github.com/MPh-py/mph/blob/master/demos/capacitor.mph

0 comments on commit cbbba7c

Please sign in to comment.