mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-21 04:10:40 +00:00
Backport #29669 by @ankitrgadiya The internal links to other files in the repository were not rendering with the Src Prefix (/src/branch-name/file-path). This commit fixes that by using the `SrcLink` as base if available. Resolves #29668 Co-authored-by: Ankit R Gadiya <git@argp.in>