Skip to content

Commit

Permalink
website link updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Jul 31, 2018
1 parent e9fe09f commit 4c536d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ You can achieve this e.g. by using the `Anaconda distribution <https://www.anaco
Most of the code is tested automatically using `Travis-CI <https://travis-ci.org/Parallel-in-Time/pySDC>`_, so a working version of the installation process can always be found in the `install`-block of the `.travis.yml <https://github.com/Parallel-in-Time/pySDC/blob/master/.travis.yml>`_ file.


For more details on `pySDC`, check out `http://www.parallelintime.org/pySDC <http://www.parallelintime.org/pySDC>`_.
For more details on `pySDC`, check out `http://www.parallel-in-time.org/pySDC <http://www.parallel-in-time.org/pySDC>`_.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
long_description=long_description,
author='Robert Speck',
author_email='[email protected]',
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(),
Expand All @@ -28,4 +28,4 @@
'numba>=0.35',
'dill>=0.2.6'
],
)
)

0 comments on commit 4c536d2

Please sign in to comment.