diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index 7ef8e29c0..77b7a4eb5 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -292,7 +292,7 @@ class Google(callbacks.PluginRegexp): Returns translated from into . and take language codes (not language names), which are listed here: - https://cloud.google.com/translate/v2/translate-reference#supported_languages + https://cloud.google.com/translate/docs/languages """ channel = msg.args[0] (text, language) = self._translate(sourceLang, targetLang, text)