From 2bf00a25620624a5649b760828e1e795b1d658c7 Mon Sep 17 00:00:00 2001 From: i-rme Date: Wed, 19 Mar 2014 21:03:25 +0100 Subject: [PATCH] Update some links to use HTTPS --- _templates/development.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_templates/development.html b/_templates/development.html index b9892db4..6442398d 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -49,7 +49,7 @@ id: development
  • MultiBit - A thin SPV international Bitcoin client for desktops.
  • Bitcoin Wallet for Android - A thin SPV Bitcoin client for mobiles.
  • Armory - A Bitcoin client with enhanced security features.
  • -
  • Electrum - A fast Bitcoin client relying on remote servers to store the block chain.
  • +
  • Electrum - A fast Bitcoin client relying on remote servers to store the block chain.
  • BFGMiner - Modular Bitcoin mining software.
  • libblkmaker and python-blkmaker - Client side libraries for the getblocktemplate mining protocol.
  • Hive - A fast user-friendly SPV Bitcoin client.
  • @@ -68,7 +68,7 @@ id: development
    {% for c in site.contributors %} {% if c.gravatar_id %}icon{% else %}icon{% endif %} - {% if c.login %}{{ c.name }} ({{ c.contributions }}){% else %}{{ c.name }} ({{ c.contributions }}){% endif %} + {% if c.login %}{{ c.name }} ({{ c.contributions }}){% else %}{{ c.name }} ({{ c.contributions }}){% endif %} {% endfor %}