diff --git a/docs/updating.md b/docs/updating.md
index aa1544a2d6942460c531dcc6eb4fdf78a5dd648a..fb4313756babee2eb394061e6dafd0429aee070b 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-2020.git```
+   ```$ git remote add template https://gitlab.rhrk.uni-kl.de/scivislab/scivis/template-2021.git```
 
 3. Download the new information from the remote repository 'template' via `git fetch`: