diff options
author | Steven Smith <stevensmith.ome@gmail.com> | 2015-02-04 09:16:20 +0800 |
---|---|---|
committer | Craig Robbins <kde.psych@gmail.com> | 2015-02-04 22:06:55 +1000 |
commit | b4cdbc997f391f9b769caee03f413126fb26be05 (patch) | |
tree | d42bcef198925d8bb46d9a5bbb300468df547c1b | |
parent | d902bd31c4b9e8c2a0d85af831a5a23f827a48a2 (diff) | |
download | minetest-b4cdbc997f391f9b769caee03f413126fb26be05.tar.gz minetest-b4cdbc997f391f9b769caee03f413126fb26be05.tar.bz2 minetest-b4cdbc997f391f9b769caee03f413126fb26be05.zip |
Fix download URL
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt index 6857c6e49..0999bd165 100644 --- a/README.txt +++ b/README.txt @@ -227,7 +227,7 @@ Compiling on Windows: http://gnuwin32.sourceforge.net/downlinks/gettext.php - This is used for other UI languages. Feel free to leave it out. * And, of course, Minetest: - http://minetest.net/download.php + http://minetest.net/download - Steps: - Select a directory called DIR hereafter in which you will operate. - Make sure you have CMake and a compiler installed. |