mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix: fix links to other files
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
e07cd62596
commit
5ed1fa18d6
7 changed files with 31 additions and 31 deletions
|
@ -158,5 +158,5 @@ We recommend to use our pre-configured [Caddy][caddy] configuration.
|
|||
[hedgedoc-repo]: https://github.com/hedgedoc/hedgedoc
|
||||
[yarn]: https://yarnpkg.com/getting-started/install
|
||||
[caddy]: https://caddyserver.com/
|
||||
[config-docs]: /references/config/
|
||||
[config-docs]: ../../references/config/index.md
|
||||
[frontend-setup]: ./frontend.md
|
||||
|
|
|
@ -58,18 +58,18 @@ There are different ways how you can participate in the HedgeDoc project:
|
|||
your own features.
|
||||
|
||||
[hedgedoc-tour]: https://tour.hedgedoc.org
|
||||
[install-guide]: /tutorials/setup/
|
||||
[config-reference]: /references/config/
|
||||
[install-guide]: tutorials/setup.md
|
||||
[config-reference]: references/config/index.md
|
||||
|
||||
[faq]: /faq/
|
||||
[faq]: faq/index.md
|
||||
[community-forum]: https://community.hedgedoc.org/
|
||||
[chat]: https://chat.hedgedoc.org
|
||||
[issue-tracker]: https://github.com/hedgedoc/hedgedoc/issues/new/choose
|
||||
|
||||
[tutorials]: /tutorials/
|
||||
[how-to]: /how-to/
|
||||
[core-concepts]: /concepts/
|
||||
[references]: /references/
|
||||
[tutorials]: tutorials/index.md
|
||||
[how-to]: how-to/index.md
|
||||
[core-concepts]: concepts/index.md
|
||||
[references]: references/index.md
|
||||
|
||||
[weblate]: https://translate.hedgedoc.org
|
||||
[how-to-dev]: /how-to/develop/
|
||||
[how-to-dev]: how-to/develop/setup.md
|
||||
|
|
|
@ -43,11 +43,11 @@ For this demo we use the name `DEMO Corp`
|
|||
![The name in the editor (dark)][name-editor-dark]
|
||||
*name used in the editor*
|
||||
|
||||
[links-frontpage]: /images/customization/links.png
|
||||
[demo-logo]: /images/customization/demo_logo.png
|
||||
[logo-front-page]: /images/customization/logo/frontpage.png
|
||||
[logo-editor-light]: /images/customization/logo/editor_light.png
|
||||
[logo-editor-dark]: /images/customization/logo/editor_dark.png
|
||||
[name-front-page]: /images/customization/name/frontpage.png
|
||||
[name-editor-light]: /images/customization/name/editor_light.png
|
||||
[name-editor-dark]: /images/customization/name/editor_dark.png
|
||||
[links-frontpage]: ../../images/customization/links.png
|
||||
[demo-logo]: ../../images/customization/demo_logo.png
|
||||
[logo-front-page]: ../../images/customization/logo/frontpage.png
|
||||
[logo-editor-light]: ../../images/customization/logo/editor_light.png
|
||||
[logo-editor-dark]: ../../images/customization/logo/editor_dark.png
|
||||
[name-front-page]: ../../images/customization/name/frontpage.png
|
||||
[name-editor-light]: ../../images/customization/name/editor_light.png
|
||||
[name-editor-dark]: ../../images/customization/name/editor_dark.png
|
||||
|
|
|
@ -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_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
|
||||
|
|
|
@ -47,6 +47,6 @@ Also you can use
|
|||
[editor]: ../images/tutorial/note/editor.png
|
||||
[editor-filled]: ../images/tutorial/note/editor-filled.png
|
||||
|
||||
[hfm]: /references/hfm/
|
||||
[tutorials/first-presentation]: /tutorials/first-presentation/
|
||||
[config]: /references/config/
|
||||
[hfm]: ../references/hfm.md
|
||||
[tutorials/first-presentation]: first-presentation.md
|
||||
[config]: ../references/config/index.md
|
||||
|
|
|
@ -71,12 +71,12 @@ about [reverse proxying][reverse-proxying].
|
|||
[docker-docs]: https://docs.docker.com/
|
||||
[docker-install]: https://docs.docker.com/engine/install/
|
||||
|
||||
[tutorials/user]: /tutorials/user/
|
||||
[tutorials/first-note]: /tutorials/first-note/
|
||||
[tutorials/first-presentation]: /tutorials/first-presentation/
|
||||
[tutorials/user]: user.md
|
||||
[tutorials/first-note]: first-note.md
|
||||
[tutorials/first-presentation]: first-presentation.md
|
||||
|
||||
[reverse-proxying]: /how-to/reverse-proxy/
|
||||
[backups]: /how-to/backup/
|
||||
[auth-methods]: /how-to/auth/
|
||||
[reverse-proxying]: ../how-to/reverse-proxy.md
|
||||
[backups]: ../how-to/backup.md
|
||||
[auth-methods]: ../how-to/auth.md
|
||||
|
||||
[config]: /references/config/
|
||||
[config]: ../references/config/index.md
|
||||
|
|
|
@ -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-form]: ../images/tutorial/user/register-form.png
|
||||
|
||||
[tutorials/first-note]: /tutorials/first-note/
|
||||
[tutorials/first-presentation]: /tutorials/first-presentation/
|
||||
[config]: /references/config/
|
||||
[tutorials/first-note]: first-note.md
|
||||
[tutorials/first-presentation]: first-presentation.md
|
||||
[config]: ../references/config/index.md
|
||||
|
|
Loading…
Reference in a new issue