Browse Source

Removes outdated link

Ask Solem 8 years ago
parent
commit
e074843cac
2 changed files with 5 additions and 9 deletions
  1. 3 5
      README.rst
  2. 2 4
      docs/includes/introduction.txt

+ 3 - 5
README.rst

@@ -1,4 +1,4 @@
-.. image:: http://cloud.github.com/downloads/celery/celery/celery-banner.png
+.. image:: http://docs.celeryproject.org/en/master/images/celery-banner.png
 
 |build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
 
@@ -31,13 +31,11 @@ Celery is written in Python, but the protocol can be implemented in any
 language. In addition to Python there's node-celery_ for Node.js,
 and a `PHP client`_.
 
-Language interoperability can also be achieved
-by `using webhooks`_.
+Language interoperability can also be achieved by using webhooks
+in such a way that the client enqueues an URL to be requested by a worker.
 
 .. _node-celery: https://github.com/mher/node-celery
 .. _`PHP client`: https://github.com/gjedeer/celery-php
-.. _`using webhooks`:
-    http://docs.celeryproject.org/en/latest/userguide/remote-tasks.html
 
 What do I need?
 ===============

+ 2 - 4
docs/includes/introduction.txt

@@ -27,13 +27,11 @@ Celery is written in Python, but the protocol can be implemented in any
 language. In addition to Python there's node-celery_ for Node.js,
 and a `PHP client`_.
 
-Language interoperability can also be achieved
-by `using webhooks`_.
+Language interoperability can also be achieved by using webhooks
+in such a way that the client enqueues an URL to be requested by a worker.
 
 .. _node-celery: https://github.com/mher/node-celery
 .. _`PHP client`: https://github.com/gjedeer/celery-php
-.. _`using webhooks`:
-    http://docs.celeryproject.org/en/latest/userguide/remote-tasks.html
 
 What do I need?
 ===============