From 6fb745eb062ab3c1b6f6a81d4ac88baec6ab3373 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Tue, 27 Jul 2021 13:11:51 +0200 Subject: [PATCH] update url in all cards --- external/access/lums-passwords/lums-passwords.md | 2 +- external/contribute/install-git/install-git.md | 4 ++-- external/contribute/vscode/vscode.md | 2 +- external/general/remote-working/remote-working.md | 2 +- external/integrity/naming/file_naming.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/external/access/lums-passwords/lums-passwords.md b/external/access/lums-passwords/lums-passwords.md index 6ac85809..e5a18282 100644 --- a/external/access/lums-passwords/lums-passwords.md +++ b/external/access/lums-passwords/lums-passwords.md @@ -9,7 +9,7 @@ redirect_from: # LUMS account In addition to the standard university account, LCSB researchers and external collaborators are provided with the LUMS (LCSB User Management System) account. -This serves for internal authentication for resources provided by the LCSB, e.g. LCSB hosted [GitLab](https://git-r3lab.uni.lu), LCSB [OwnCloud](https://owncloud.lcsb.uni.lu) storage or access to virtual machines. +This serves for internal authentication for resources provided by the LCSB, e.g. LCSB hosted [GitLab](https://gitlab.lcsb.uni.lu), LCSB [OwnCloud](https://owncloud.lcsb.uni.lu) storage or access to virtual machines. ## Requesting LUMS account diff --git a/external/contribute/install-git/install-git.md b/external/contribute/install-git/install-git.md index 7c0bcf3f..106b675a 100644 --- a/external/contribute/install-git/install-git.md +++ b/external/contribute/install-git/install-git.md @@ -13,8 +13,8 @@ Several git clients are presented [here](https://howto.lcsb.uni.lu/?contribute:g For most of the git clients, `git` is actually required to be installed on the system. You can find installers for Windows, MacOS and Linux on the [Git webpage](https://git-scm.com/downloads). -If you are using Visual Studio Code, and if you want to contribute to a repository hosted on the [LCSB Gitlab](https://git-r3lab.uni.lu), you will need to verify the host key first before you are able to clone or push to a repository. For this, open a terminal (on Linux or macOS) or Git Bash (on Windows), and type: +If you are using Visual Studio Code, and if you want to contribute to a repository hosted on the [LCSB Gitlab](https://gitlab.lcsb.uni.lu), you will need to verify the host key first before you are able to clone or push to a repository. For this, open a terminal (on Linux or macOS) or Git Bash (on Windows), and type: ```bash -ssh git@git-r3lab-server.uni.lu -p8022 +ssh git@gitlab.lcsb.uni.lu -p8022 ``` Then, press Enter and type `yes`. This will add the git-r3lab server to the known hosts on your system. \ No newline at end of file diff --git a/external/contribute/vscode/vscode.md b/external/contribute/vscode/vscode.md index 2719b5c7..bd963051 100644 --- a/external/contribute/vscode/vscode.md +++ b/external/contribute/vscode/vscode.md @@ -82,7 +82,7 @@ If you need more details on how to do this, refer to the [corresponding howto-ca <img src="img/visual-code_img_15.png"> - Choose origin/"your gitlab user name" -- Open git-r3lab: https://git-r3lab.uni.lu/ +- Open git-r3lab: https://gitlab.lcsb.uni.lu/ <img src="img/visual-code_img_16.png"> diff --git a/external/general/remote-working/remote-working.md b/external/general/remote-working/remote-working.md index 77729151..8a5021f2 100644 --- a/external/general/remote-working/remote-working.md +++ b/external/general/remote-working/remote-working.md @@ -70,7 +70,7 @@ directly with your collaborators by following [these instructions](https://howto ## Development of code -Use the [LCSB R3 Gitlab](https://git-r3lab.uni.lu) to develop and share code. +Use the [LCSB R3 Gitlab](https://gitlab.lcsb.uni.lu) to develop and share code. ## Forwarding phone calls diff --git a/external/integrity/naming/file_naming.md b/external/integrity/naming/file_naming.md index a1cda6cb..acfa4775 100644 --- a/external/integrity/naming/file_naming.md +++ b/external/integrity/naming/file_naming.md @@ -238,4 +238,4 @@ The **consistency** is much more important than your preferred naming. * Jenny Brian's [slides](https://speakerdeck.com/jennybc/how-to-name-files) on "Naming things" from Reproducible Science Workshop, Duke, 2015 * Semantic versioning - [semverdoc.org](https://semverdoc.org/) -* LCSB *IT101* training [presentation](https://git-r3lab.uni.lu/R3/howto-cardsrds/uploads/738930b9a533a2f308cc62c431d9246f/it101.html) +* LCSB *IT101* training [presentation](https://gitlab.lcsb.uni.lu/R3/howto-cardsrds/uploads/738930b9a533a2f308cc62c431d9246f/it101.html) -- GitLab