diff --git a/index.md b/index.md index ee8fd57fc916c584abf13b14a67b5b8ab11ab910..42451706d10d4664c7d798f85308f0f98f9e5afd 100644 --- a/index.md +++ b/index.md @@ -15,7 +15,7 @@ First, fork and clone this practice repository. Add a remote to the upstream repository: ```bash $ cd advanced-practice -$ git remote add upstream ssh://git@git-r3lab-server.uni.lu:8022/R3/school/git/basic-practice-pages.git +$ git remote add upstream ssh://git@gitlab.lcsb.uni.lu:8022/R3/school/git/basic-practice-pages.git $ git fetch ```