From 1f5cec94bd3cb9778a27346f2be802351cab426b Mon Sep 17 00:00:00 2001 From: wAVeckx <108759085+wAVeckx@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:24:50 -0400 Subject: [PATCH] chore: fix broken link to Celery worker docs (#25160) --- superset/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/config.py b/superset/config.py index e646ca8c4..18a615757 100644 --- a/superset/config.py +++ b/superset/config.py @@ -916,7 +916,7 @@ DASHBOARD_AUTO_REFRESH_INTERVALS = [ # Default celery config is to use SQLA as a broker, in a production setting # you'll want to use a proper broker as specified here: -# http://docs.celeryproject.org/en/latest/getting-started/brokers/index.html +# https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/index.html class CeleryConfig: # pylint: disable=too-few-public-methods