Browse Source

Mettre à jour 'README.md'

Pierre-Yves Barriat 7 years ago
parent
commit
d6e26a6c3b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -2,14 +2,14 @@
 
 ## Purpose
 
-The Git Training session started with a lesson of basics on Git and collaborative development. You can find the presentation here: [ELIC_Git.pdf](http://www.climate.be:3000/TECLIM/Git_Training/src/master/Git_ELIC.pdf)
+The Git Training session started with a lesson of basics on Git and collaborative development. You can find the presentation here: [ELIC_Git.pdf](https://www.elic.ucl.ac.be/TECLIM/Git_Training/src/master/Git_ELIC.pdf)
 
 The second part of the Git Training consists on a hands on. The objectives are to show how to use:
 
 - Git on the command line
 - Gogs portal
 
-We are going to do some exercises in a dummy project that you can find in this common Gogs repository: [project](http://www.climate.be:3000/TECLIM/Git_Training/src/master/project)
+We are going to do some exercises in a dummy project that you can find in this common Gogs repository: [project](https://www.elic.ucl.ac.be/TECLIM/Git_Training/src/master/project)
 
 ## Getting started
 
@@ -37,7 +37,7 @@ For instance:
 [ ! -f ~/.ssh/id_rsa.pub ] && ssh-keygen -t rsa
 cat ~/.ssh/id_rsa.pub | xclip -sel clip
 ```
-1. Go to http://www.climate.be:3000/user/settings/ssh, 
+1. Go to https://www.elic.ucl.ac.be/user/settings/ssh, 
 2. click on the 'Add Key' button, 
 3. enter the Key Name you want, 
 4. and finally do a 'CTRL-V' in Content. 
@@ -53,7 +53,7 @@ Git tutorial: [Got 15 minutes and want to learn Git?](https://try.github.io)
 
 An introduction to Git: [Version Control with Git](http://swcarpentry.github.io/git-novice/)
 
-Git cheat sheet: http://www.climate.be:3000/TECLIM/Git_Training/src/master/sheets
+Git cheat sheet: https://www.elic.ucl.ac.be/TECLIM/Git_Training/src/master/sheets
 
 ## Tips and Tricks
 
@@ -159,7 +159,7 @@ git reset head@{1}
 
 ## Contributors
 
-- ELIC members [@pbarriat](http://www.climate.be:3000/pbarriat)
+- ELIC members [@pbarriat](https://www.elic.ucl.ac.be/pbarriat)
 
 ## References
 
@@ -169,4 +169,4 @@ git reset head@{1}
 
 ## License
 
-This project is under the Creative Commons CC0 1.0 Universal License. See the [LICENSE](http://www.climate.be:3000/TECLIM/Git_Training/src/master/LICENSE) file for the full license text.
+This project is under the Creative Commons CC0 1.0 Universal License. See the [LICENSE](https://www.elic.ucl.ac.be/TECLIM/Git_Training/src/master/LICENSE) file for the full license text.