diff --git a/README.md b/README.md
index 398b3621f..27cec7a03 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
# Red - A fully customizable Discord bot
#### *Music, admin, trivia, fun commands and much more!*
-[
](https://www.patreon.com/Twentysix26) [
](https://github.com/Rapptz/discord.py) [
](https://discord.gg/0k4npTwMvTpv9wrh) [](https://travis-ci.org/Twentysix26/Red-DiscordBot)
+[
](https://www.patreon.com/Twentysix26) [
](https://github.com/Rapptz/discord.py) [
](https://discord.gg/red) [](https://travis-ci.org/Twentysix26/Red-DiscordBot)
> **Red** is a fully modular bot which comes with sets of features/commands that can be enabled/disabled to your liking, making it customizable exactly how you want.
You can turn Red into a trivia bot, an admin bot, a music bot (...) or all of these together.
diff --git a/cogs/owner.py b/cogs/owner.py
index bd7d616eb..ac916e9b6 100644
--- a/cogs/owner.py
+++ b/cogs/owner.py
@@ -727,7 +727,7 @@ class Owner:
"""Shows info about Red"""
author_repo = "https://github.com/Twentysix26"
red_repo = author_repo + "/Red-DiscordBot"
- server_url = "https://discord.me/Red-DiscordBot"
+ server_url = "https://discord.gg/red"
dpy_repo = "https://github.com/Rapptz/discord.py"
python_url = "https://www.python.org/"
since = datetime.datetime(2016, 1, 2, 0, 0)
diff --git a/red.py b/red.py
index 5b422c0b9..4cdcd20bb 100644
--- a/red.py
+++ b/red.py
@@ -328,7 +328,7 @@ def initialize(bot_class=Bot, formatter_class=Formatter):
bot.oauth_url = url
print(url)
- print("\nOfficial server: https://discord.me/Red-DiscordBot")
+ print("\nOfficial server: https://discord.gg/red")
print("Make sure to keep your bot updated. Select the 'Update' "
"option from the launcher.")