瀏覽代碼

Removes outdated bit.ly links

Ask Solem 12 年之前
父節點
當前提交
9574d6614f
共有 3 個文件被更改,包括 4 次插入20 次删除
  1. 3 3
      celery/worker/consumer.py
  2. 0 16
      docs/faq.rst
  3. 1 1
      docs/history/changelog-1.0.rst

+ 3 - 3
celery/worker/consumer.py

@@ -120,7 +120,7 @@ The message has been ignored and discarded.
 
 Did you remember to import the module containing this task?
 Or maybe you are using relative imports?
-Please see http://bit.ly/gLye1c for more information.
+More: http://docs.celeryq.org/en/latest/userguide/tasks.html#names
 
 The full contents of the message body was:
 %s
@@ -131,8 +131,8 @@ INVALID_TASK_ERROR = """\
 Received invalid task message: %s
 The message has been ignored and discarded.
 
-Please ensure your message conforms to the task
-message protocol as described here: http://bit.ly/hYj41y
+Please ensure your message conforms to the task message format:
+http://docs.celeryq.org/en/latest/internals/protocol.html
 
 The full contents of the message body was:
 %s

+ 0 - 16
docs/faq.rst

@@ -889,22 +889,6 @@ Several database tables are created by default, these relate to
 Windows
 =======
 
-.. _faq-windows-worker-spawn-loop:
-
-celeryd keeps spawning processes at startup
--------------------------------------------
-
-**Answer**: This is a known issue on Windows.
-You have to start celeryd with the command:
-
-.. code-block:: bash
-
-    $ python -m celery.bin.celeryd
-
-Any additional arguments can be appended to this command.
-
-See http://bit.ly/bo9RSw
-
 .. _faq-windows-worker-embedded-beat:
 
 The `-B` / `--beat` option to celeryd doesn't work?

+ 1 - 1
docs/history/changelog-1.0.rst

@@ -786,7 +786,7 @@ Deprecations
 
     To do this we had to rename the configuration syntax. If you use any of
     the custom AMQP routing options (queue/exchange/routing_key, etc.), you
-    should read the new FAQ entry: http://bit.ly/aiWoH.
+    should read the new FAQ entry: :ref:`faq-task-routing`.
 
     The previous syntax is deprecated and scheduled for removal in v2.0.