diff --git a/README.md b/README.md index 9790b5f7..5e30dcbb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Anime tracker, database and community. ## Installation ```shell -git clone https://git.akyoto.dev/web/notify.moe.git +git clone https://git.urbach.dev/web/notify.moe.git cd notify.moe go mod download make tools @@ -34,7 +34,7 @@ make db ## License -Please see the [license documentation](https://akyoto.dev/license). +Please see the [license documentation](https://urbach.dev/license). ## Copyright diff --git a/arn/AnimeSort_test.go b/arn/AnimeSort_test.go index 960f28f3..4d25f845 100644 --- a/arn/AnimeSort_test.go +++ b/arn/AnimeSort_test.go @@ -3,7 +3,7 @@ package arn_test import ( "testing" - "git.akyoto.dev/go/assert" + "git.urbach.dev/go/assert" "github.com/animenotifier/notify.moe/arn" ) diff --git a/arn/Anime_test.go b/arn/Anime_test.go index d28d4796..c4871731 100644 --- a/arn/Anime_test.go +++ b/arn/Anime_test.go @@ -3,7 +3,7 @@ package arn_test import ( "testing" - "git.akyoto.dev/go/assert" + "git.urbach.dev/go/assert" "github.com/animenotifier/notify.moe/arn" ) diff --git a/arn/Database_test.go b/arn/Database_test.go index 2af4cd26..6684d1a5 100644 --- a/arn/Database_test.go +++ b/arn/Database_test.go @@ -3,7 +3,7 @@ package arn_test import ( "testing" - "git.akyoto.dev/go/assert" + "git.urbach.dev/go/assert" "github.com/animenotifier/notify.moe/arn" ) diff --git a/arn/Inventory_test.go b/arn/Inventory_test.go index 51f8d157..ab604842 100644 --- a/arn/Inventory_test.go +++ b/arn/Inventory_test.go @@ -3,7 +3,7 @@ package arn_test import ( "testing" - "git.akyoto.dev/go/assert" + "git.urbach.dev/go/assert" "github.com/animenotifier/notify.moe/arn" ) diff --git a/arn/User_test.go b/arn/User_test.go index 58285c34..1be0018f 100644 --- a/arn/User_test.go +++ b/arn/User_test.go @@ -3,7 +3,7 @@ package arn_test import ( "testing" - "git.akyoto.dev/go/assert" + "git.urbach.dev/go/assert" "github.com/animenotifier/notify.moe/arn" ) diff --git a/arn/autocorrect/AutoCorrect_test.go b/arn/autocorrect/AutoCorrect_test.go index 054f0020..1ddc4179 100644 --- a/arn/autocorrect/AutoCorrect_test.go +++ b/arn/autocorrect/AutoCorrect_test.go @@ -3,7 +3,7 @@ package autocorrect_test import ( "testing" - "git.akyoto.dev/go/assert" + "git.urbach.dev/go/assert" "github.com/animenotifier/notify.moe/arn/autocorrect" ) diff --git a/arn/autodocs/Type.go b/arn/autodocs/Type.go index 305e903b..b003cc81 100644 --- a/arn/autodocs/Type.go +++ b/arn/autodocs/Type.go @@ -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. diff --git a/arn/search/Anime_test.go b/arn/search/Anime_test.go index ac102170..b6397c82 100644 --- a/arn/search/Anime_test.go +++ b/arn/search/Anime_test.go @@ -3,7 +3,7 @@ package search_test import ( "testing" - "git.akyoto.dev/go/assert" + "git.urbach.dev/go/assert" "github.com/animenotifier/notify.moe/arn/search" ) diff --git a/arn/stringutils/StringUtils_test.go b/arn/stringutils/StringUtils_test.go index 99c6ab8b..5e192a9d 100644 --- a/arn/stringutils/StringUtils_test.go +++ b/arn/stringutils/StringUtils_test.go @@ -3,7 +3,7 @@ package stringutils_test import ( "testing" - "git.akyoto.dev/go/assert" + "git.urbach.dev/go/assert" "github.com/animenotifier/notify.moe/arn/stringutils" ) diff --git a/arn/validate/Validate_test.go b/arn/validate/Validate_test.go index 3d070c22..1f1a7fc9 100644 --- a/arn/validate/Validate_test.go +++ b/arn/validate/Validate_test.go @@ -3,7 +3,7 @@ package validate_test import ( "testing" - "git.akyoto.dev/go/assert" + "git.urbach.dev/go/assert" "github.com/animenotifier/notify.moe/arn/validate" ) diff --git a/bots/discord/commands/Source.go b/bots/discord/commands/Source.go index b340e9f1..3545f81f 100644 --- a/bots/discord/commands/Source.go +++ b/bots/discord/commands/Source.go @@ -11,7 +11,7 @@ func Source(s *discordgo.Session, msg *discordgo.MessageCreate) bool { return false } - _, err := s.ChannelMessageSend(msg.ChannelID, msg.Author.Mention()+" B-baaaaaaaka! Y..you...you want to...TOUCH MY CODE?!\n\nhttps://git.akyoto.dev/web/notify.moe/src/branch/main/bots/discord") + _, err := s.ChannelMessageSend(msg.ChannelID, msg.Author.Mention()+" B-baaaaaaaka! Y..you...you want to...TOUCH MY CODE?!\n\nhttps://git.urbach.dev/web/notify.moe/src/branch/main/bots/discord") if err != nil { color.Red(err.Error()) diff --git a/docs/about.md b/docs/about.md index 5f977ae4..073fa21a 100644 --- a/docs/about.md +++ b/docs/about.md @@ -39,7 +39,7 @@ In the past it was, but not anymore. We're growing bigger by establishing a data * [Facebook](https://www.facebook.com/animenotifier) * [Twitter](https://twitter.com/animenotifier) * [Google+](https://plus.google.com/+AnimeReleaseNotifierOfficial) -* [Git](https://git.akyoto.dev/web/notify.moe) +* [Git](https://git.urbach.dev/web/notify.moe) * [Discord](https://discord.gg/0kimAmMCeXGXuzNF) ## Where can I read the Terms of Service? diff --git a/docs/contributing.md b/docs/contributing.md index 78bd06d8..22ea3768 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -6,11 +6,11 @@ You do not need to be a developer to contribute. There are multiple ways to help - [Database Editing](https://notify.moe/users/editors) - [Donations](https://ko-fi.com/akyoto) -- [Pull Requests](https://git.akyoto.dev/pulls) +- [Pull Requests](https://git.urbach.dev/pulls) ## How do I make a proper pull request? -- Fork the project on GitHub +- Fork the project - Create a new branch - Upload the changes to your branch - Check the [style guidelines](https://github.com/akyoto/quality/blob/master/STYLE.md) diff --git a/docs/new-contributor-task.md b/docs/new-contributor-task.md index bd6209d4..d54f5285 100644 --- a/docs/new-contributor-task.md +++ b/docs/new-contributor-task.md @@ -1,6 +1,6 @@ # Task for new contributors -This task assumes that you have [installed](https://git.akyoto.dev/web/notify.moe#installation) notify.moe already, started the server with the `run` tool and have the code open in Visual Studio Code. It will teach you the basics by creating an entirely empty page within notify.moe. +This task assumes that you have [installed](https://git.urbach.dev/web/notify.moe#installation) notify.moe already, started the server with the `run` tool and have the code open in Visual Studio Code. It will teach you the basics by creating an entirely empty page within notify.moe. # Step 1: Create a new page diff --git a/elements/SocialMedia.pixy b/elements/SocialMedia.pixy index 8357dadc..52e1cdf6 100644 --- a/elements/SocialMedia.pixy +++ b/elements/SocialMedia.pixy @@ -15,7 +15,7 @@ component SocialMediaLinks Icon("patreon") span Patreon - a.footer-element(href="https://git.akyoto.dev/web/notify.moe", target="_blank", rel="noopener") + a.footer-element(href="https://git.urbach.dev/web/notify.moe", target="_blank", rel="noopener") Icon("github") span Git @@ -32,5 +32,5 @@ component SocialMediaButtons a.social-media-button.circle-4(href="https://patreon.com/eduardurbach", title="Patreon", target="_blank", rel="noopener") RawIcon("patreon") - a.social-media-button.circle-5(href="https://git.akyoto.dev/web/notify.moe", title="GitHub", target="_blank", rel="noopener") + a.social-media-button.circle-5(href="https://git.urbach.dev/web/notify.moe", title="GitHub", target="_blank", rel="noopener") RawIcon("github") \ No newline at end of file diff --git a/go.mod b/go.mod index b8da0898..37e30c46 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24 replace github.com/logpacker/PayPal-Go-SDK => github.com/logpacker/PayPal-Go-SDK v1.1.4 require ( - git.akyoto.dev/go/assert v0.1.3 + git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf github.com/aerogo/aero v1.3.59 github.com/aerogo/api v0.2.3 github.com/aerogo/crawler v0.2.5 diff --git a/go.sum b/go.sum index 7fc5773e..e9da1ef5 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ cloud.google.com/go/compute/metadata v0.6.0 h1:A6hENjEsCDtC1k8byVsgwvVcioamEHvZ4j01OwKxG9I= cloud.google.com/go/compute/metadata v0.6.0/go.mod h1:FjyFAW1MW0C203CEOMDTu3Dk1FlqW3Rga40jzHL4hfg= -git.akyoto.dev/go/assert v0.1.3 h1:QwCUbmG4aZYsNk/OuRBz1zWVKmGlDUHhOnnDBfn8Qw8= -git.akyoto.dev/go/assert v0.1.3/go.mod h1:0GzMaM0eURuDwtGkJJkCsI7r2aUKr+5GmWNTFPgDocM= +git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf h1:BQWa5GKNUsA5CSUa/+UlFWYCEVe3IDDKRbVqBLK0mAE= +git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf/go.mod h1:y9jGII9JFiF1HNIju0u87OyPCt82xKCtqnAFyEreCDo= github.com/PuerkitoBio/goquery v1.5.0/go.mod h1:qD2PgZ9lccMbQlc7eEOjaeRlFQON7xY8kdmcsrnKqMg= github.com/PuerkitoBio/goquery v1.10.2 h1:7fh2BdHcG6VFZsK7toXBT/Bh1z5Wmy8Q9MV9HqT2AM8= github.com/PuerkitoBio/goquery v1.10.2/go.mod h1:0guWGjcLu9AYC7C1GHnpysHy056u9aEkUHwhdnePMCU= diff --git a/main_test.go b/main_test.go index 0d048ea7..adf9c02d 100644 --- a/main_test.go +++ b/main_test.go @@ -6,7 +6,7 @@ import ( "strings" "testing" - "git.akyoto.dev/go/assert" + "git.urbach.dev/go/assert" "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/server" "github.com/animenotifier/notify.moe/utils/routetests" diff --git a/pages/settings/extras.pixy b/pages/settings/extras.pixy index e731a6d4..102873e5 100644 --- a/pages/settings/extras.pixy +++ b/pages/settings/extras.pixy @@ -9,7 +9,7 @@ component SettingsExtras(user *arn.User) h3.widget-title Icon("puzzle-piece") span Apps - + .widget-section label Chrome Extension: a.button(href="https://chrome.google.com/webstore/detail/anime-notifier/hajchfikckiofgilinkpifobdbiajfch", target="_blank", rel="noopener") @@ -39,29 +39,29 @@ component SettingsExtras(user *arn.User) h3.widget-title Icon("code") span Developer - + .widget-section label API: a.button(href="/api") Icon("code") span API - + .widget-section label Git: - a.button(href="https://git.akyoto.dev/web/notify.moe") + a.button(href="https://git.urbach.dev/web/notify.moe") Icon("github") span Git - + //- PRO .widget.mountable(data-api="/api/settings/" + user.ID) h3.widget-title Icon("star") span PRO - + if user.IsPro() .widget-section label - span Your PRO account expires in + span Your PRO account expires in time.utc-date(datetime=user.ProExpires) span . a.button(href="/shop") diff --git a/pages/users/users.pixy b/pages/users/users.pixy index 786d0074..242096e2 100644 --- a/pages/users/users.pixy +++ b/pages/users/users.pixy @@ -23,7 +23,7 @@ component ProUsers(users []*arn.User, url string) .user-cards each user in users UserCard(user, "until " + user.ProExpires[:10]) - + footer.footer.mountable p We are thankful to everyone supporting the site! @@ -41,7 +41,7 @@ component UserLists(groups []*utils.UserList, url string) component StaffRecruitment footer.footer.mountable p - a(href="https://git.akyoto.dev/web/notify.moe#installation", target="_blank", rel="noopener") Interested in contributing code? + a(href="https://git.urbach.dev/web/notify.moe#installation", target="_blank", rel="noopener") Interested in contributing code? br a(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener") Interested in editing data?