summaryrefslogtreecommitdiff
path: root/docs/setup/manual-setup.md
diff options
context:
space:
mode:
authorTilman Vatteroth2020-11-14 22:24:44 +0100
committerTilman Vatteroth2020-11-14 22:24:44 +0100
commit978538c0de5afcf6cf4a21c0782a6b1e7fa57d9d (patch)
treeb66f5f522e11d5a1fb74e45fc48346678c9123ed /docs/setup/manual-setup.md
parent6689be4581cb517d7b18237feeab90391158c4a8 (diff)
Correct repo name
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to '')
-rw-r--r--docs/setup/manual-setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup/manual-setup.md b/docs/setup/manual-setup.md
index f197e477..4900093d 100644
--- a/docs/setup/manual-setup.md
+++ b/docs/setup/manual-setup.md
@@ -27,7 +27,7 @@
3. Enter the directory and type `bin/setup`, which will install npm dependencies and create configs.
-4. Modify the file named `config.json` or configure HedgeDoc through environment variables which will overwrite the configs, see docs [here](https://github.com/hedgedoc/server/blob/master/docs/configuration.md).
+4. Modify the file named `config.json` or configure HedgeDoc through environment variables which will overwrite the configs, see docs [here](https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration.md).
5. Build front-end bundle by `yarn run build` (use `yarn run dev` if you are in development)