projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
127c488
)
Fix link in minetest.conf.example
author
Russ
<russplaysguitar@yahoo.com>
Fri, 1 Mar 2013 00:43:27 +0000
(16:43 -0800)
committer
PilzAdam
<pilzadam@minetest.net>
Mon, 20 May 2013 13:51:21 +0000
(15:51 +0200)
minetest.conf.example
patch
|
blob
|
history
diff --git
a/minetest.conf.example
b/minetest.conf.example
index 7d56f99d80b77bc9762ab6c674c756307f18a166..1f9780f407ae2d89748a12385dc9cab86d5a0190 100644
(file)
--- a/
minetest.conf.example
+++ b/
minetest.conf.example
@@
-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