From b0eeebfb0ec1bbe227bef7572e2ed8d21a23e5ad Mon Sep 17 00:00:00 2001 From: Riccardo Spagni <ric@spagni.net> Date: Mon, 11 Sep 2017 18:02:49 +0200 Subject: [PATCH] remove beta 2 on GUI --- downloads/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downloads/index.md b/downloads/index.md index 141dfd3a..e094af5c 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -105,7 +105,7 @@ If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch, <div class="row"> <h4 id="{{ data_downloads.platform | slugify }}"> - <a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">{{ data_downloads.platform }} (GUI Beta 2)</a> + <a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">{{ data_downloads.platform }}</a> </h4></div> <div class="row"> <p><strong>SHA256 Hash:</strong></p> <p class="hash"> {{ data_downloads.gui_hash }}</p> @@ -115,7 +115,7 @@ If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch, <div class="col-md-6 col-sm-12" > <h4 id="{{ data_downloads.platform | slugify }}"> - <a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">{{ data_downloads.platform }} (GUI Beta 2)</a> + <a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">{{ data_downloads.platform }}</a> </h4> <p><strong>SHA256 Hash (GUI):</strong></p> <p class="hash"> {{ data_downloads.gui_hash }}</p> -- GitLab