1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix incorrect relative/absolute URL usages (#29531)

Add two "HTMLURL" methods for PackageDescriptor. 
And rename "FullWebLink" to "VersionWebLink"
This commit is contained in:
wxiaoguang
2024-03-03 01:38:38 +08:00
committed by GitHub
parent 70c126e618
commit bf6502a8f7
4 changed files with 17 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ func RedirectToLastVersion(ctx *context.Context) {
return
}
ctx.Redirect(pd.FullWebLink())
ctx.Redirect(pd.VersionWebLink())
}
// ViewPackageVersion displays a single package version