Procházet zdrojové kódy

Mettre à jour 'README.md'

Pierre-Yves Barriat před 8 roky
rodič
revize
d6e26a6c3b
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -2,14 +2,14 @@
 
 
 ## Purpose
 ## 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:
 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
 - Git on the command line
 - Gogs portal
 - 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
 ## Getting started
 
 
@@ -37,7 +37,7 @@ For instance:
 [ ! -f ~/.ssh/id_rsa.pub ] && ssh-keygen -t rsa
 [ ! -f ~/.ssh/id_rsa.pub ] && ssh-keygen -t rsa
 cat ~/.ssh/id_rsa.pub | xclip -sel clip
 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, 
 2. click on the 'Add Key' button, 
 3. enter the Key Name you want, 
 3. enter the Key Name you want, 
 4. and finally do a 'CTRL-V' in Content. 
 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/)
 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
 ## Tips and Tricks
 
 
@@ -159,7 +159,7 @@ git reset head@{1}
 
 
 ## Contributors
 ## Contributors
 
 
-- ELIC members [@pbarriat](http://www.climate.be:3000/pbarriat)
+- ELIC members [@pbarriat](https://www.elic.ucl.ac.be/pbarriat)
 
 
 ## References
 ## References
 
 
@@ -169,4 +169,4 @@ git reset head@{1}
 
 
 ## License
 ## 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.