diff --git a/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md b/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md
index da1a2e1506eeba1086784b749e2bdbd1f6138a02..0da7fd596f42e6e30ea0c9ca8088cfe03c6b8304 100644
--- a/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md
+++ b/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md
@@ -50,7 +50,7 @@ folder and add the file to the repository.
 
 === "virtualenv"
     ```console
-    marie@compute$ git clone git@gitlab.hrz.tu-chemnitz.de:zih/projects/p_lv_jupyter_course/clone_marie/jupyterlab_course.git
+    marie@compute$ git clone git@gitlab.hrz.tu-chemnitz.de:zih/jupyterlab_course.git /projects/p_lv_jupyter_course/clone_marie/
     [...]
     marie@compute$ cp requirements.txt /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course
     marie@compute$ cd /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course
@@ -61,7 +61,7 @@ folder and add the file to the repository.
     ```
 === "conda"
     ```console
-    marie@compute$ git clone git@gitlab.hrz.tu-chemnitz.de:zih/projects/p_lv_jupyter_course/clone_marie/jupyterlab_course.git
+    marie@compute$ git clone git@gitlab.hrz.tu-chemnitz.de:zih/jupyterlab_course.git /projects/p_lv_jupyter_course/clone_marie/
     [...]
     marie@compute$ cp requirements.txt /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course
     marie@compute$ cd /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course