Replaced gitea links with forgejo - protected tags, webhooks

This commit is contained in:
Robin Kloppe 2023-08-19 11:58:41 +02:00
parent 3ffdabd3ed
commit 12534649d0
No known key found for this signature in database
GPG key ID: 842ABFF1AC97034C

View file

@ -49,6 +49,8 @@ func renameGiteaForgejo(filename string) []byte {
`<a href="https://github.com/go-gitea/gitea/issues" target="_blank">GitHub</a>`, `<a href="https://codeberg.org/forgejo/forgejo/issues" target="_blank">Codeberg</a>`,
"https://github.com/go-gitea/gitea", "https://codeberg.org/forgejo/forgejo",
"https://blog.gitea.io", "https://forgejo.org/news",
"https://docs.gitea.io/en-us/protected-tags/", "https://forgejo.org/docs/latest/user/protection/#protected-tags",
"https://docs.gitea.io/en-us/webhooks/", "https://forgejo.org/docs/latest/user/webhooks/",
)
out := make([]byte, 0, 1024)