Browse Source

Removes outdated bit.ly links

Ask Solem 12 years ago
parent
commit
9574d6614f
3 changed files with 4 additions and 20 deletions
  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?
 Did you remember to import the module containing this task?
 Or maybe you are using relative imports?
 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:
 The full contents of the message body was:
 %s
 %s
@@ -131,8 +131,8 @@ INVALID_TASK_ERROR = """\
 Received invalid task message: %s
 Received invalid task message: %s
 The message has been ignored and discarded.
 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:
 The full contents of the message body was:
 %s
 %s

+ 0 - 16
docs/faq.rst

@@ -889,22 +889,6 @@ Several database tables are created by default, these relate to
 Windows
 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:
 .. _faq-windows-worker-embedded-beat:
 
 
 The `-B` / `--beat` option to celeryd doesn't work?
 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
     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
     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.
     The previous syntax is deprecated and scheduled for removal in v2.0.