Quellcode durchsuchen

Fixed link to HTTP callback tasks

Ask Solem vor 15 Jahren
Ursprung
Commit
937f556299
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. 2 1
      README.rst
  2. 2 1
      docs/includes/introduction.txt

+ 2 - 1
README.rst

@@ -23,7 +23,8 @@ Celery is already used in production to process millions of tasks a day.
 It was first created for Django, but is now usable from Python as well.
 It can also `operate with other languages via HTTP+JSON`_.
 
-.. _`operate with other languages via HTTP+JSON`: http://bit.ly/CgXSc
+.. _`operate with other languages via HTTP+JSON`:
+    http://ask.github.com/celery/userguide/remote-tasks.html
 
 Overview
 ========

+ 2 - 1
docs/includes/introduction.txt

@@ -19,7 +19,8 @@ Celery is already used in production to process millions of tasks a day.
 It was first created for Django, but is now usable from Python as well.
 It can also `operate with other languages via HTTP+JSON`_.
 
-.. _`operate with other languages via HTTP+JSON`: http://bit.ly/CgXSc
+.. _`operate with other languages via HTTP+JSON`:
+    http://ask.github.com/celery/userguide/remote-tasks.html
 
 Overview
 ========