summaryrefslogtreecommitdiff
path: root/docs/content/setup/manual-setup.md
diff options
context:
space:
mode:
authorTilman Vatteroth2021-01-21 21:22:07 +0100
committerTilman Vatteroth2021-01-21 21:22:07 +0100
commit4d48ef1509d986f25a8d68e5ad33f18b67b2649a (patch)
tree31b2472de09aeaf14d7dd9af4a92b2d72341f1ac /docs/content/setup/manual-setup.md
parente8dca34dd9a224e34c1ec1d76561bb23b8e1f25f (diff)
[Documentation] Fix link in manual setup
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to '')
-rw-r--r--docs/content/setup/manual-setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/setup/manual-setup.md b/docs/content/setup/manual-setup.md
index 143d7544..d09eadc8 100644
--- a/docs/content/setup/manual-setup.md
+++ b/docs/content/setup/manual-setup.md
@@ -21,7 +21,7 @@
2. Download a [release](https://github.com/hedgedoc/hedgedoc/releases) tarball and extract it.
Alternatively, you can use Git to clone the repository and checkout a release, e.g. with `git clone -b 1.7.2 https://github.com/hedgedoc/hedgedoc.git`.
3. Enter the directory and type `bin/setup`, which will install the 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/hedgedoc/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](../configuration.md).
5. **If using the release tarball for 1.7.0 or newer, this step can be skipped.**
Build the frontend bundle by `yarn run build` (use `yarn run dev` if you are in development)
6. Modify the file named `.sequelizerc`, change the value of the variable `url` to your db connection string. For example: