mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 04:26:16 +01:00
Replaced gitea links with forgejo - protected tags, webhooks
(cherry picked from commit 12534649d0
)
This commit is contained in:
parent
df4fb86007
commit
5ad3ff69d4
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue