From 3383b1b0f628f36ebfb5a68136026e479b14ad0c Mon Sep 17 00:00:00 2001
From: MaxXor <admin@maxxor.org>
Date: Tue, 17 Oct 2017 13:15:00 +0200
Subject: [PATCH] Fix blockchain bootstrap url and duplicate bsd id

---
 _data/downloads.yml | 1 -
 downloads/index.md  | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/_data/downloads.yml b/_data/downloads.yml
index f82734dc..a747b210 100644
--- a/_data/downloads.yml
+++ b/_data/downloads.yml
@@ -76,7 +76,6 @@
   blockchain: freebsd
 
 - platform: DragonflyBSD, 64-bit
-  id: bsd
   icon: icon-dragonflybsd
   cli_url: dragonflybsd64
   cli_hash: c25c0f603ca5c96cb5963aaa2905edff390b7a97f654106911ffad8639deee7c
diff --git a/downloads/index.md b/downloads/index.md
index e094af5c..649ad7c8 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -72,7 +72,7 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
 </h4>
 </div>
 <div class="col-md-8 col-md-offset-2 col-sm-12 col-xs-12" markdown="1">
-If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch, you can [use this link for the most current bootstrap](https:////downloads.getmonero.org/blockchain.raw). It is typically much faster to sync from scratch, however, and it also takes a lot less RAM (import is very greedy).
+If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch, you can [use this link for the most current bootstrap](https://downloads.getmonero.org/blockchain.raw). It is typically much faster to sync from scratch, however, and it also takes a lot less RAM (import is very greedy).
 </div>
 </div>
 {% elsif data_downloads.id == "hardware" %}
-- 
GitLab