aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2020-05-23 19:33:56 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2020-05-23 19:33:56 +0200
commit373062e1222d8e8d0c54d2db3af9237d7c980ad0 (patch)
tree3fe5086b2441f39d0b7b57dc77d57ad6a41b39cd
parentcf544c81508690a6b0318134cf4a299910e1e13c (diff)
downloadwebsite-373062e1222d8e8d0c54d2db3af9237d7c980ad0.tar.gz
website-373062e1222d8e8d0c54d2db3af9237d7c980ad0.zip
content: Remove http clone options
-rw-r--r--content/en/docs/Extra/raptor.md1
-rw-r--r--content/en/docs/Start/download.md3
2 files changed, 1 insertions, 3 deletions
diff --git a/content/en/docs/Extra/raptor.md b/content/en/docs/Extra/raptor.md
index cf0f83b..01c57ae 100644
--- a/content/en/docs/Extra/raptor.md
+++ b/content/en/docs/Extra/raptor.md
@@ -18,7 +18,6 @@ please contact us via the ouroboros mailing list or the IRC channel.
You can clone the [raptor repository](/cgit/raptor/):
```bash
-$ git clone http://ouroboros.rocks/git/raptor
$ git clone https://ouroboros.rocks/git/raptor
$ git clone git://ouroboros.rocks/raptor
```
diff --git a/content/en/docs/Start/download.md b/content/en/docs/Start/download.md
index a7f7072..0429ea1 100644
--- a/content/en/docs/Start/download.md
+++ b/content/en/docs/Start/download.md
@@ -17,11 +17,10 @@ which will also install all dependencies.
**Source:**
-You can clone the [repository](/cgit/ouroboros) over http or https or
+You can clone the [repository](/cgit/ouroboros) over https or
git:
```bash
-$ git clone http://ouroboros.rocks/git/ouroboros
$ git clone https://ouroboros.rocks/git/ouroboros
$ git clone git://ouroboros.rocks/ouroboros
```