This is an automated email from the ASF dual-hosted git repository.

sfirke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f5cec94bd chore: fix broken link to Celery worker docs (#25160)
1f5cec94bd is described below

commit 1f5cec94bd3cb9778a27346f2be802351cab426b
Author: wAVeckx <[email protected]>
AuthorDate: Fri Sep 1 12:24:50 2023 -0400

    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 e646ca8c45..18a6157578 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

Reply via email to