소스 검색

Fixed link to HTTP callback tasks

Ask Solem 15 년 전
부모
커밋
937f556299
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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
 ========