diff options
author | Robert Alessi <alessi@robertalessi.net> | 2023-11-03 15:27:49 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2023-11-04 09:56:37 +0100 |
commit | 31985d07faaf7a32f87945c882403b8c3cf53b7c (patch) | |
tree | 6b0eddedcb686422969e937fc5d2d0ff3bad97d4 /about.html | |
parent | 951c66bfcc8b8f1a769c946d5e4a8da3482d8466 (diff) | |
download | ekdosis-31985d07faaf7a32f87945c882403b8c3cf53b7c.tar.gz |
git: use https
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ class="uri">http://www.ekdosis.org/issues.html</a></p> | |||
77 | version control system. You will need to install git (most Unix/Linux | 77 | version control system. You will need to install git (most Unix/Linux |
78 | distributions package it in their repositories).</p> | 78 | distributions package it in their repositories).</p> |
79 | <p>Use this command to download the repository</p> | 79 | <p>Use this command to download the repository</p> |
80 | <pre><code>git clone http://git.robertalessi.net/ekdosis</code></pre> | 80 | <pre><code>git clone https://git.robertalessi.net/ekdosis</code></pre> |
81 | <p>or</p> | 81 | <p>or</p> |
82 | <pre><code>git clone https://git.sr.ht/~ralessi/ekdosis</code></pre> | 82 | <pre><code>git clone https://git.sr.ht/~ralessi/ekdosis</code></pre> |
83 | <p>A new directory named ekdosis will have been created, containing | 83 | <p>A new directory named ekdosis will have been created, containing |