summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorPilzAdam <pilzadam@minetest.net>2013-07-22 22:26:48 +0200
committerPilzAdam <pilzadam@minetest.net>2013-07-22 22:26:48 +0200
commit0b4b9e7f3a6087ac3270bd092a3606a796a90c78 (patch)
treeb4ac9b36bc70560ed091e68c52f5c63862e84cd2 /minetest.conf.example
parenta38f8d9900cd16b02f98e85ae8489c811487f101 (diff)
downloadminetest-0b4b9e7f3a6087ac3270bd092a3606a796a90c78.tar.gz
minetest-0b4b9e7f3a6087ac3270bd092a3606a796a90c78.tar.bz2
minetest-0b4b9e7f3a6087ac3270bd092a3606a796a90c78.zip
Fix modstore URLs
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 575175897..5fad31be9 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -380,6 +380,6 @@
#main_menu_game_mgr = 0
#main_menu_mod_mgr = 1
-#modstore_download_url = http://forum.minetest.net/media/
-#modstore_listmods_url = http://forum.minetest.net/mmdb/mods/
-#modstore_details_url = http://forum.minetest.net/mmdb/mod/*/
+#modstore_download_url = https://forum.minetest.net/media/
+#modstore_listmods_url = https://forum.minetest.net/mmdb/mods/
+#modstore_details_url = https://forum.minetest.net/mmdb/mod/*/