From 8c15e961b2047eaf034221d2b33ad8613aed6fba Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Sun, 10 Jul 2022 21:54:53 +0200 Subject: [PATCH] fix(docs): deployment url for manual setup Signed-off-by: Erik Michelson --- docs/content/setup/manual-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/setup/manual-setup.md b/docs/content/setup/manual-setup.md index bd7b2838f..33d271412 100644 --- a/docs/content/setup/manual-setup.md +++ b/docs/content/setup/manual-setup.md @@ -41,7 +41,7 @@ ``` This way it's easier to see warnings or errors that might occur. You can leave out `NODE_ENV=production` for development. -7. If you use the example config, HedgeDoc should now be available at [http://127.0.0.1:3000](http://127.0.0.1:3000). +7. If you use the example config, HedgeDoc should now be available at [http://localhost:3000](http://localhost:3000). 8. Run the server as you like (node, forever, pm2, systemd, Init-Scripts). See [below](#systemd-unit-example) for an example using systemd.