Fix link in minetest.conf.example

This commit is contained in:
Russ 2013-02-28 16:43:27 -08:00 committed by PilzAdam
parent 127c488355
commit 1ba1fb42a4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#
# NOTE: This file might not be up-to-date, refer to the
# defaultsettings.cpp file for an up-to-date list:
# https://bitbucket.org/celeron55/minetest/src/tip/src/defaultsettings.cpp
# https://github.com/minetest/minetest/blob/master/src/defaultsettings.cpp
#
# A vim command to convert most of defaultsettings.cpp to conf file format:
# :'<,'>s/\tsettings->setDefault("\([^"]*\)", "\([^"]*\)");.*/#\1 = \2/g