diff --git a/source/user_guide/setup_project.rst b/source/user_guide/setup_project.rst
index bdb0ea72dea37f509f4d63d2d142fb77afa74d77..50bf29b030b59cf35e65db4f05ff03ed4940a85f 100644
--- a/source/user_guide/setup_project.rst
+++ b/source/user_guide/setup_project.rst
@@ -58,7 +58,7 @@ These two examples are the skeleton for starting a new project.
 Choose the branch dedicated to the language you chose, and get the scripts.
 
 * In python : branch `base-python <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-python>`_ (`python zipped sources <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/archive/base-python/shiny-k8s-example-base-python.zip>`_)
-* In R : branch `base-r <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-r>`_ (`r zipped sources <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/archive/base-python/shiny-k8s-example-base-python.zip>`_)
+* In R : branch `base-r <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-r>`_ (`r zipped sources <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/archive/base-r/shiny-k8s-example-base-r.zip>`_)
 
 Extract and put the content at the root of your project, except for the 
 directory `my_project` which should not override yours.