From 38ce10cf0fc8d87e354289328beed4d4da7047e3 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Tue, 6 Oct 2015 16:14:17 +1300 Subject: [PATCH] Fix broken link on some external websites Some 3rd-party websites (e.g. http://www.techspot.com/downloads/5585-minetest.html: the 'linux' option) link to http://minetest.net/download.php, and not http://minetest.net/downloads. --- downloads.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/downloads.html b/downloads.html index e6fd6a4..c0b83c8 100644 --- a/downloads.html +++ b/downloads.html @@ -4,6 +4,8 @@ layout: default redirect_from: - /downloads.html - /download/ + - /download.php + - /downloads.php - /old_releases/ - /other_distros/ ---