mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-16 06:52:54 +00:00
Backport #24979
Changes:
1. Use uniform links types relative to doc folder (start with `doc/`)
2. According to [docusaurus
links](https://docusaurus.io/docs/markdown-features/links), if `<a>` is
used, the `href` is resolved as URL location, but not file location. So
need to use `[text]({{< relref "path" >}})` instead.
(cherry picked from commit d2c9fb02dd
)
This commit is contained in:
parent
442a13b98a
commit
35c503f1ca
10 changed files with 21 additions and 23 deletions
|
@ -33,8 +33,7 @@ executable path, you will have to manage this yourself.
|
|||
|
||||
**Note 2**: Go version {{< min-go-version >}} 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 "doc/development/hacking-on-gitea.en-us.md" >}}'>Hacking on
|
||||
Gitea</a>
|
||||
[Hacking on Gitea]({{< relref "doc/development/hacking-on-gitea.en-us.md" >}})
|
||||
|
||||
**Table of Contents**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue