From 53c5f48c4da238c350c358814dde47156eb85a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sun, 25 Dec 2016 12:57:54 +0100 Subject: [PATCH] update links in istallation guide --- doc/docker.md | 4 +--- doc/manual.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/docker.md b/doc/docker.md index e81410d6..c67ecafd 100644 --- a/doc/docker.md +++ b/doc/docker.md @@ -58,7 +58,7 @@ docker run --rm --name c3nav-33c3 -v `pwd`/33c3-data:/data c3nav/c3nav build ## run c3nav -This will run a development server that you can reach at [http://localhost:8042/]. The editor can be found at [http://localhost:8042/editor/]. **Never use this server for production purposes!** +This will run a development server that you can reach at [localhost:8042/](http://localhost:8042/). The editor can be found at [localhost:8042/editor/](http://localhost:8042/editor/). **Never use this server for production purposes!** ``` docker run --rm --name c3nav-33c3 -p 8042:8000 -v `pwd`/33c3-data:/data c3nav/c3nav runlocal @@ -71,5 +71,3 @@ After changing stuff with the editor, you may want to export the changes into th ``` docker run --rm --name c3nav-33c3 -v `pwd`/33c3-data:/data c3nav/c3nav dumpmap ``` - -This will dump all map data the map data repos you cloned in step 2. diff --git a/doc/manual.md b/doc/manual.md index d0b2ede3..6bedc315 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -111,7 +111,7 @@ FYI: You can find the renderings in the following folder: `data/render/` python3 manage.py runserver ``` -You can now reach your c3nav instance at [http://localhost:8000/]. The editor can be found at [http://localhost:8000/editor/]. **Never use this server for production purposes!** +You can now reach your c3nav instance at [localhost:8000/](http://localhost:8000/). The editor can be found at [localhost:8000/editor/](http://localhost:8000/editor/). **Never use this server for production purposes!** ## Other things you can do now: