Updated dependencies

This commit is contained in:
2025-02-25 16:58:21 +01:00
parent 0f4245b4d0
commit 9cfd2378a8
21 changed files with 32 additions and 32 deletions

View File

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