diff --git a/plugins/redirects.py b/plugins/redirects.py index ad88829..d71361b 100644 --- a/plugins/redirects.py +++ b/plugins/redirects.py @@ -23,6 +23,12 @@ def register_routes(): "https://discord.gg/RKAH4b8TvE", status=301 ), ), + ( + r"^/discord-enrichments/?$", + lambda request: Response.redirect( + "https://discord.gg/tcTpMVQdRc", status=301 + ), + ), # /help/X may be linked to from the datasette CLI - served with 302 because I may change # what they target in the future. (