Browse Source

Fix relref link in docs (#7233)

tags/v1.9.0-rc1
Antoine GIRARD techknowlogick 6 years ago
parent
commit
dda92e236e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/content/doc/advanced/hacking-on-gitea.en-us.md

+ 1
- 1
docs/content/doc/advanced/hacking-on-gitea.en-us.md View File

@@ -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


Loading…
Cancel
Save