diff --git a/source/user_guide/setup_project.rst b/source/user_guide/setup_project.rst
index 50bf29b030b59cf35e65db4f05ff03ed4940a85f..ac855df59e2986e3b998bd6ddf2d85ebb5c0b053 100644
--- a/source/user_guide/setup_project.rst
+++ b/source/user_guide/setup_project.rst
@@ -57,13 +57,13 @@ Examples hosting a Python and R app are provided.
 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-r/shiny-k8s-example-base-r.zip>`_)
+* In python : `python zipped sources <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/archive/base-python/shiny-k8s-example-base-python.zip>`_ (extracted from branch `base-python <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-python>`_ )
+* In R : `r zipped sources <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/archive/base-r/shiny-k8s-example-base-r.zip>`_ (extracted from branch `base-r <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-r>`_)
 
 Extract and put the content at the root of your project, except for the 
 directory `my_project` which should not override yours.
 
-.. warning::
+.. note::
 
     | The gitlab project named ``shiny-k8s-example`` designed for user is based on previous one named ``shiny-k8s``.
     | The ``shiny-k8s-example`` project  contains only "values", "parameters" and "files" need to be customise by the user, the developper of the shiny app.