mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 05:24:22 -04: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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue