diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-06-18 04:57:48 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-06-17 22:57:48 -0400 |
commit | 2d097655a64c4ce0b295d5cd5c897f6cad43fa17 (patch) | |
tree | 9d44b314e8c623290c3c105bfd0366c295bac866 /docs | |
parent | 6d0f78542f4c8bc9ca73dde0c6ed3671251fed20 (diff) | |
download | gitea-2d097655a64c4ce0b295d5cd5c897f6cad43fa17.tar.gz gitea-2d097655a64c4ce0b295d5cd5c897f6cad43fa17.zip |
Fix relref link in docs (#7233)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/hacking-on-gitea.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/hacking-on-gitea.en-us.md b/docs/content/doc/advanced/hacking-on-gitea.en-us.md index 48a4510545..481f26dcf8 100644 --- a/docs/content/doc/advanced/hacking-on-gitea.en-us.md +++ b/docs/content/doc/advanced/hacking-on-gitea.en-us.md @@ -209,7 +209,7 @@ OpenAPI 3 documentation. When creating new configuration options, it is not enough to add them to the `modules/setting` files. You should add information to `custom/conf/app.ini` and to the -<a href='{{ relref "doc/advanced/config-cheat-sheet.en-us.md"}}'>configuration cheat sheet</a> +<a href='{{< relref "doc/advanced/config-cheat-sheet.en-us.md" >}}'>configuration cheat sheet</a> found in `docs/content/doc/advanced/config-cheat-sheet.en-us.md` ### Changing the logo |