summaryrefslogtreecommitdiff
path: root/docs/setup
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/setup/heroku.md2
-rw-r--r--docs/setup/manual-setup.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup/heroku.md b/docs/setup/heroku.md
index ea1356d1..e6280051 100644
--- a/docs/setup/heroku.md
+++ b/docs/setup/heroku.md
@@ -3,4 +3,4 @@
You can quickly setup a sample Heroku HedgeDoc application by clicking the button
below.
-[![Deploy on Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hedgedoc/server/tree/master)
+[![Deploy on Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hedgedoc/hedgedoc/tree/master)
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)