This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 002518b Update sqllab.rst (#6469)
002518b is described below
commit 002518ba49ebfac9008a4ba05bdfa90b51fc19c1
Author: Marek Ć uppa <[email protected]>
AuthorDate: Sat Dec 1 18:34:49 2018 +0100
Update sqllab.rst (#6469)
* Set correct link to the Celery Project
---
docs/sqllab.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sqllab.rst b/docs/sqllab.rst
index 2ba9ac2..6d73f6f 100644
--- a/docs/sqllab.rst
+++ b/docs/sqllab.rst
@@ -19,7 +19,7 @@ Feature Overview
- Browse database metadata: tables, columns, indexes, partitions
- Support for long-running queries
- - uses the `Celery distributed queue <http://www.python.org/>`_
+ - uses the `Celery distributed queue <http://www.celeryproject.org/>`_
to dispatch query handling to workers
- supports defining a "results backend" to persist query results