diff --git a/aqt/errors.py b/aqt/errors.py
index 5c2a37330..533b37f46 100644
--- a/aqt/errors.py
+++ b/aqt/errors.py
@@ -75,7 +75,7 @@ into a bug report:""")
pluginText = _("""\
An error occurred in an add-on.
Please post on the add-on forum:
%s
""")
- pluginText %= "https://groups.google.com/forum/#!forum/anki-addons"
+ pluginText %= "https://anki.tenderapp.com/discussions/add-ons"
if "addon" in error:
txt = pluginText
else: