fix: fix links to other files

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2023-09-10 19:58:30 +02:00 committed by Tilman Vatteroth
parent e07cd62596
commit 5ed1fa18d6
7 changed files with 31 additions and 31 deletions

View file

@ -158,5 +158,5 @@ We recommend to use our pre-configured [Caddy][caddy] configuration.
[hedgedoc-repo]: https://github.com/hedgedoc/hedgedoc [hedgedoc-repo]: https://github.com/hedgedoc/hedgedoc
[yarn]: https://yarnpkg.com/getting-started/install [yarn]: https://yarnpkg.com/getting-started/install
[caddy]: https://caddyserver.com/ [caddy]: https://caddyserver.com/
[config-docs]: /references/config/ [config-docs]: ../../references/config/index.md
[frontend-setup]: ./frontend.md [frontend-setup]: ./frontend.md

View file

@ -58,18 +58,18 @@ There are different ways how you can participate in the HedgeDoc project:
your own features. your own features.
[hedgedoc-tour]: https://tour.hedgedoc.org [hedgedoc-tour]: https://tour.hedgedoc.org
[install-guide]: /tutorials/setup/ [install-guide]: tutorials/setup.md
[config-reference]: /references/config/ [config-reference]: references/config/index.md
[faq]: /faq/ [faq]: faq/index.md
[community-forum]: https://community.hedgedoc.org/ [community-forum]: https://community.hedgedoc.org/
[chat]: https://chat.hedgedoc.org [chat]: https://chat.hedgedoc.org
[issue-tracker]: https://github.com/hedgedoc/hedgedoc/issues/new/choose [issue-tracker]: https://github.com/hedgedoc/hedgedoc/issues/new/choose
[tutorials]: /tutorials/ [tutorials]: tutorials/index.md
[how-to]: /how-to/ [how-to]: how-to/index.md
[core-concepts]: /concepts/ [core-concepts]: concepts/index.md
[references]: /references/ [references]: references/index.md
[weblate]: https://translate.hedgedoc.org [weblate]: https://translate.hedgedoc.org
[how-to-dev]: /how-to/develop/ [how-to-dev]: how-to/develop/setup.md

View file

@ -43,11 +43,11 @@ For this demo we use the name `DEMO Corp`
![The name in the editor (dark)][name-editor-dark] ![The name in the editor (dark)][name-editor-dark]
*name used in the editor* *name used in the editor*
[links-frontpage]: /images/customization/links.png [links-frontpage]: ../../images/customization/links.png
[demo-logo]: /images/customization/demo_logo.png [demo-logo]: ../../images/customization/demo_logo.png
[logo-front-page]: /images/customization/logo/frontpage.png [logo-front-page]: ../../images/customization/logo/frontpage.png
[logo-editor-light]: /images/customization/logo/editor_light.png [logo-editor-light]: ../../images/customization/logo/editor_light.png
[logo-editor-dark]: /images/customization/logo/editor_dark.png [logo-editor-dark]: ../../images/customization/logo/editor_dark.png
[name-front-page]: /images/customization/name/frontpage.png [name-front-page]: ../../images/customization/name/frontpage.png
[name-editor-light]: /images/customization/name/editor_light.png [name-editor-light]: ../../images/customization/name/editor_light.png
[name-editor-dark]: /images/customization/name/editor_dark.png [name-editor-dark]: ../../images/customization/name/editor_dark.png

View file

@ -11,4 +11,4 @@
| `HD_MAX_DOCUMENT_LENGTH` | 100000 | | The maximum length of any one document. Changes to this will impact performance for your users. | | `HD_MAX_DOCUMENT_LENGTH` | 100000 | | The maximum length of any one document. Changes to this will impact performance for your users. |
| `HD_PERSIST_INTERVAL` | 10 | `0`, `5`, `10`, `20` | The time interval in **minutes** for the periodic note revision creation during realtime editing. `0` deactivates the periodic note revision creation. | | `HD_PERSIST_INTERVAL` | 10 | `0`, `5`, `10`, `20` | The time interval in **minutes** for the periodic note revision creation during realtime editing. `0` deactivates the periodic note revision creation. |
[faq-entry]: /faq/#why-should-i-want-to-run-my-renderer-on-a-different-sub-domain [faq-entry]: ../../faq/index.md#why-should-i-want-to-run-my-renderer-on-a-different-sub-domain

View file

@ -47,6 +47,6 @@ Also you can use
[editor]: ../images/tutorial/note/editor.png [editor]: ../images/tutorial/note/editor.png
[editor-filled]: ../images/tutorial/note/editor-filled.png [editor-filled]: ../images/tutorial/note/editor-filled.png
[hfm]: /references/hfm/ [hfm]: ../references/hfm.md
[tutorials/first-presentation]: /tutorials/first-presentation/ [tutorials/first-presentation]: first-presentation.md
[config]: /references/config/ [config]: ../references/config/index.md

View file

@ -71,12 +71,12 @@ about [reverse proxying][reverse-proxying].
[docker-docs]: https://docs.docker.com/ [docker-docs]: https://docs.docker.com/
[docker-install]: https://docs.docker.com/engine/install/ [docker-install]: https://docs.docker.com/engine/install/
[tutorials/user]: /tutorials/user/ [tutorials/user]: user.md
[tutorials/first-note]: /tutorials/first-note/ [tutorials/first-note]: first-note.md
[tutorials/first-presentation]: /tutorials/first-presentation/ [tutorials/first-presentation]: first-presentation.md
[reverse-proxying]: /how-to/reverse-proxy/ [reverse-proxying]: ../how-to/reverse-proxy.md
[backups]: /how-to/backup/ [backups]: ../how-to/backup.md
[auth-methods]: /how-to/auth/ [auth-methods]: ../how-to/auth.md
[config]: /references/config/ [config]: ../references/config/index.md

View file

@ -36,6 +36,6 @@ Congratulation you know have a working local user account for your HedgeDoc inst
[register-button]: ../images/tutorial/user/register-button.png [register-button]: ../images/tutorial/user/register-button.png
[register-form]: ../images/tutorial/user/register-form.png [register-form]: ../images/tutorial/user/register-form.png
[tutorials/first-note]: /tutorials/first-note/ [tutorials/first-note]: first-note.md
[tutorials/first-presentation]: /tutorials/first-presentation/ [tutorials/first-presentation]: first-presentation.md
[config]: /references/config/ [config]: ../references/config/index.md