diff --git a/README.rst b/README.rst index 53fea5aee6..340731dc3a 100644 --- a/README.rst +++ b/README.rst @@ -50,4 +50,4 @@ You can achieve this e.g. by using the `Anaconda distribution `_, so a working version of the installation process can always be found in the `install`-block of the `.travis.yml `_ file. -For more details on `pySDC`, check out `http://www.parallelintime.org/pySDC `_. \ No newline at end of file +For more details on `pySDC`, check out `http://www.parallel-in-time.org/pySDC `_. diff --git a/setup.py b/setup.py index 9d8b328fc1..c698a385d0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description=long_description, author='Robert Speck', author_email='r.speck@fz-juelich.de', - url="http://www.parallelintime.org/pySDC/", + url="http://www.parallel-in-time.org/pySDC/", download_url = "https://github.com/Parallel-in-Time/pySDC/", packages=find_packages(), @@ -28,4 +28,4 @@ 'numba>=0.35', 'dill>=0.2.6' ], -) \ No newline at end of file +)