Moved GitHub to Gitea

This commit is contained in:
2024-03-12 11:34:38 +01:00
parent 13a58dabbb
commit b4dd48ec85
11 changed files with 16 additions and 94 deletions

View File

@ -21,7 +21,7 @@ func (typ *Type) Endpoint() string {
// GitHubLink returns link to display the type in GitHub.
func (typ *Type) GitHubLink() string {
return fmt.Sprintf("https://github.com/animenotifier/notify.moe/blob/go/arn/%s.go#L%d", typ.Name, typ.LineNumber)
return fmt.Sprintf("https://git.akyoto.dev/web/notify.moe/blob/go/arn/%s.go#L%d", typ.Name, typ.LineNumber)
}
// GetTypeDocumentation tries to gather documentation about the given type.