From ce2490120588fd056c48852c166ee4bd76650019 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Wed, 23 Jan 2019 18:06:54 +0100 Subject: [PATCH] change of url --- forks.md | 2 +- syncFork.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forks.md b/forks.md index fb0b433a..fd848cf7 100644 --- a/forks.md +++ b/forks.md @@ -44,7 +44,7 @@ Browse to the original repository and click on the button `Fork`: <br> Fork the practice repository: <br><br> -https://git-r3lab.uni.lu/R3.training/git.practice +https://git-r3lab.uni.lu/R3school/git.practice Then, clone your fork to your home directory! diff --git a/syncFork.md b/syncFork.md index 873f3bf3..75066c06 100644 --- a/syncFork.md +++ b/syncFork.md @@ -7,7 +7,7 @@ Add the `upstream` address (original/protected repository) ```bash -$ git remote add upstream ssh://git@git-r3lab-server.uni.lu:8022/R3.training/ +$ git remote add upstream ssh://git@git-r3lab-server.uni.lu:8022/R3school/ git.practice.git ``` -- GitLab