From 2a4c22e837ff777aaabde0ae8e3a1a74e0cb49b9 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 21 Aug 2019 21:26:29 +0200 Subject: [PATCH] Fix link to pystencils in README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index de2a426..c7fff82 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ pystencils_autodiff =================== -This repo adds automatic differentiation to `pystencils <https://i10git.cs.fau.de/seitz/pystencils>`_. +This repo adds automatic differentiation to `pystencils <https://i10git.cs.fau.de/pycodegen/pystencils>`_. Installation ------------ @@ -26,7 +26,7 @@ Install via pip: pip install pystencils-autodiff -or if you downloaded this `repository <https://github.com/theHamsta/pystencils_autodiff>`_ using: +or if you downloaded this `repository <https://github.com/pycodegen/pystencils_autodiff>`_ using: .. code-block:: bash -- GitLab