Commit 9491f4b3643328c077852716404534253be942ae

Authored by Alain Klotz
1 parent 53cb6146
Exists in master

Update documentation links

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
docs/source/index.rst
... ... @@ -34,7 +34,7 @@ to place Guitastro in the folder Documents of your user. Of the user is xxx
34 34 for linux will install guitastro in the folder /home/xxx/Documents. For
35 35 Windows users it corresponds to C:\\Users\\xxx\\Documents
36 36  
37   -Clone the code from the Git repository `https://gitlab.irap.omp.eu/aklotz/guitastro.git <https://gitlab.irap.omp.eu/aklotz/guitastro.git>`_.
  37 +Clone the code from the Git repository `https://gitlab.irap.omp.eu/guitastrolib/guitastro.git <https://gitlab.irap.omp.eu/guitastrolib/guitastro.git>`_.
38 38  
39 39 For Linux users, the following git clone command will copy
40 40 all the files of the Guitastro code in the current directory:
... ... @@ -43,13 +43,13 @@ all the files of the Guitastro code in the current directory:
43 43  
44 44 cd ~/Documents
45 45 git config --global http.sslVerify false
46   - git clone https://gitlab.irap.omp.eu/aklotz/guitastro.git
  46 + git clone https://gitlab.irap.omp.eu/guitastrolib/guitastro.git
47 47  
48 48 For Windows users using Tortoise, open a file explorer (Win+E),
49 49 create and select a folder where the code will be downloaded.
50 50 The contextual menu of the file explorer allows to "Git Clone".
51 51 A window opens. Fill the URL entry by
52   -https://gitlab.irap.omp.eu/aklotz/guitastro.git
  52 +https://gitlab.irap.omp.eu/guitastrolib/guitastro.git
53 53 and the Directory entry by C:\\Users\\xxx\\Documents\\guitastro.
54 54 Push OK.
55 55  
... ... @@ -60,7 +60,7 @@ Tortoise, open a Powershell with Win+R (Open: powershell) and put:
60 60  
61 61 cd C:\Users\xxx\Documents
62 62 git config --global http.sslVerify false
63   - git clone https://gitlab.irap.omp.eu/aklotz/guitastro.git
  63 + git clone https://gitlab.irap.omp.eu/guitastrolib/guitastro.git
64 64  
65 65 3. Python installation
66 66 ***********************
... ...