From 16fdcd894804f17b8591317b86028fbb42787092 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 --- slides/forks.md | 2 +- slides/syncFork.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/forks.md b/slides/forks.md index fb0b433a..fd848cf7 100644 --- a/slides/forks.md +++ b/slides/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/slides/syncFork.md b/slides/syncFork.md index 873f3bf3..75066c06 100644 --- a/slides/syncFork.md +++ b/slides/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