From a9a9e25c9f51a23e3d631cd5c84ab6df5851503c Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sat, 3 Nov 2012 20:44:24 +0000 Subject: [PATCH] Fix list numbering issue --- docs/installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 4b5fd40..d522648 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -90,8 +90,6 @@ Manual Installation sudo msm start -[versions]: https://github.com/marcuswhybrow/minecraft-server-manager/blob/latest/versioning/versions.txt - 12. Move generated worlds to the world storage folder: When a Minecraft server starts for the first time, it generates a new world according to the `level-name` entry in `server.properties`, which is `world` by default. @@ -108,4 +106,5 @@ If stuck, you can always type `msm help` for a quick list of all commands, or if [cron]: {{ site.baseurl }}/docs/concepts/cron.html [commands]: {{ site.baseurl }}/docs/commands/ [#26]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/26 +[versions]: https://github.com/marcuswhybrow/minecraft-server-manager/blob/latest/versioning/versions.txt [layout]: {{ site.baseurl }}/docs/concepts/layout.html