diff options
author | PilzAdam <pilzadam@minetest.net> | 2013-07-22 22:26:48 +0200 |
---|---|---|
committer | PilzAdam <pilzadam@minetest.net> | 2013-07-22 22:26:48 +0200 |
commit | 0b4b9e7f3a6087ac3270bd092a3606a796a90c78 (patch) | |
tree | b4ac9b36bc70560ed091e68c52f5c63862e84cd2 /minetest.conf.example | |
parent | a38f8d9900cd16b02f98e85ae8489c811487f101 (diff) | |
download | minetest-0b4b9e7f3a6087ac3270bd092a3606a796a90c78.tar.gz minetest-0b4b9e7f3a6087ac3270bd092a3606a796a90c78.tar.bz2 minetest-0b4b9e7f3a6087ac3270bd092a3606a796a90c78.zip |
Fix modstore URLs
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 6 |
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/*/ |