summaryrefslogtreecommitdiffstats
path: root/src/Generating/ComposableGenerator.h
diff options
context:
space:
mode:
authorMathias <mathias-github@users.noreply.github.com>2016-01-31 01:25:03 +0100
committerMathias <mathias-github@users.noreply.github.com>2016-01-31 01:25:03 +0100
commit89f3dec7ac67e4fbcbc300824a86aea66f487b30 (patch)
tree9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /src/Generating/ComposableGenerator.h
parentMerge pull request #2913 from mathias-github/master (diff)
downloadcuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.gz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.bz2
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.lz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.xz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.zst
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.zip
Diffstat (limited to 'src/Generating/ComposableGenerator.h')
-rw-r--r--src/Generating/ComposableGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/ComposableGenerator.h b/src/Generating/ComposableGenerator.h
index 41e4baf52..32345fc79 100644
--- a/src/Generating/ComposableGenerator.h
+++ b/src/Generating/ComposableGenerator.h
@@ -8,7 +8,7 @@ Generating works by composing several algorithms:
Biome, TerrainHeight, TerrainComposition, Ores, Structures and SmallFoliage
Each algorithm may be chosen from a pool of available algorithms in the same class and combined with others,
based on user's preferences in the world.ini.
-See http://forum.mc-server.org/showthread.php?tid=409 for details.
+See https://forum.cuberite.org/thread-409.html for details.
*/