diff --git a/docs/updating.md b/docs/updating.md
index fb4313756babee2eb394061e6dafd0429aee070b..bcece52d4fa148f0bee1401e2750aca7e13a5aa3 100644
--- a/docs/updating.md
+++ b/docs/updating.md
@@ -7,7 +7,7 @@ Every now and then, but not later than the next assignment, we will update the t
 
 2. Add the project template as a new external repository ("remote") called 'template':
 
-   ```$ git remote add template https://gitlab.rhrk.uni-kl.de/scivislab/scivis/template-2021.git```
+   ```$ git remote add template https://gitlab.rhrk.uni-kl.de/scivislab/scivis/template.git```
 
 3. Download the new information from the remote repository 'template' via `git fetch`: