From f683da2438ed0461ce7fa6d714458bfc88b94486 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Mon, 27 Sep 2021 22:08:28 +0200 Subject: [PATCH] Temporary fix link to localhost --- doc.zih.tu-dresden.de/docs/contrib/contribute_container.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md b/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md index d050940d2..ca78555f8 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md +++ b/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md @@ -54,8 +54,7 @@ docker run --name=hpc-compendium -p 8000:8000 --rm -it -w /docs \ To follow its progress let it run in a single shell (terminal window) and open another one for the other steps. -You can view the documentation via -[http://localhost:8000](http://localhost:8000) in your browser, now. +You can view the documentation via `http://localhost:8000` in your browser, now. You can now update the contents in you preferred editor. The running container automatically takes care of file changes and rebuilds the -- GitLab