diff --git a/README.rst b/README.rst
index de2a426bda950ed133eaf3775df7e02bd421253d..c7fff8274de10d06b800dd509bc090106ed47721 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