diff options
Diffstat (limited to '')
-rw-r--r-- | src/Generating/ComposableGenerator.h | 2 |
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. */ |