mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09:00
e9288c2477
In Go code, HTMLURL should be only used for external systems, like API/webhook/mail/notification, etc. If a URL is used by `Redirect` or rendered in a template, it should be a relative URL (aka `Link()` in Gitea) Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>