diff options
author | zeripath <art27@cantab.net> | 2019-03-30 16:15:16 +0000 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-03-30 12:15:16 -0400 |
commit | 04d78b60f8b12891d5e6d47baec46413eca4c856 (patch) | |
tree | eb182a406f3fe982a350605f4326c6fdffcba0cf /docs/content/doc/installation/from-source.en-us.md | |
parent | 8c3082bdb42e518043e48658123f24277bc370db (diff) | |
download | gitea-04d78b60f8b12891d5e6d47baec46413eca4c856.tar.gz gitea-04d78b60f8b12891d5e6d47baec46413eca4c856.zip |
Fix link to Hacking on Gitea on From-Source doc page (#6471)
* fix rel-ref
* fixup
Diffstat (limited to 'docs/content/doc/installation/from-source.en-us.md')
-rw-r--r-- | docs/content/doc/installation/from-source.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-source.en-us.md b/docs/content/doc/installation/from-source.en-us.md index 9baeaac5a5..73e9501eb7 100644 --- a/docs/content/doc/installation/from-source.en-us.md +++ b/docs/content/doc/installation/from-source.en-us.md @@ -29,7 +29,7 @@ executable path, you will have to manage this yourself. **Note 2**: Go version 1.9 or higher is required. However, it is recommended to obtain the same version as our continuous integration, see the advice given in -<a href='{{ relref "docs/advanced/hacking-on-gitea.en-us.md" }}'>Hacking on +<a href='{{< relref "doc/advanced/hacking-on-gitea.en-us.md" >}}'>Hacking on Gitea</a> ## Download |