From 9d32c5db5c34d770d26e05a69bdccf133c0148fe Mon Sep 17 00:00:00 2001 From: Twentysix Date: Thu, 21 Apr 2016 19:20:49 +0200 Subject: [PATCH] Changed old docs links --- cogs/audio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/audio.py b/cogs/audio.py index 4eeeab0d8..bb2e9d8e9 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -185,8 +185,8 @@ class Audio: """Plays a local playlist For bot's owner: - https://github.com/Twentysix26/Red-DiscordBot/wiki/Audio-module""" - help_link = "https://github.com/Twentysix26/Red-DiscordBot/wiki/Audio-module" + http://twentysix26.github.io/Red-Docs/red_audio/""" + help_link = "http://twentysix26.github.io/Red-Docs/red_audio/" if self.downloader["DOWNLOADING"]: await self.bot.say("I'm already downloading a track.") return