diff --git a/.env.example b/.env.example index 494e84f..939a439 100644 --- a/.env.example +++ b/.env.example @@ -6,8 +6,8 @@ DEPRECATED_DOMAIN_EPOCH = "1559320000000000000" MOSAIC_DOMAIN_LIST = "mosaic.fxtwitter.com" API_HOST_LIST = "api.fxtwitter.com,api-canary.fxtwitter.com" HOST_URL = "https://fxtwitter.com" -REDIRECT_URL = "https://github.com/dangeredwolf/FixTweet" -EMBED_URL = "https://discord.gg/6CQTTTkGaH" +REDIRECT_URL = "https://github.com/FixTweet/FixTweet" +EMBED_URL = "https://github.com/FixTweet/FixTweet" SENTRY_DSN = "" SENTRY_AUTH_TOKEN = "" SENTRY_ORG = "dangeredwolf" diff --git a/jestconfig.json b/jestconfig.json index 3b3ec7b..69c6d05 100644 --- a/jestconfig.json +++ b/jestconfig.json @@ -12,8 +12,8 @@ "DEPRECATED_DOMAIN_EPOCH": "1559320000000000000", "API_HOST_LIST": "api.fxtwitter.com", "HOST_URL": "https://fxtwitter.com", - "REDIRECT_URL": "https://github.com/dangeredwolf/FixTweet", - "EMBED_URL": "https://discord.gg/6CQTTTkGaH", + "REDIRECT_URL": "https://github.com/FixTweet/FixTweet", + "EMBED_URL": "https://github.com/FixTweet/FixTweet", "RELEASE_NAME": "fixtweet-test", "TEST": true },