Skip to content

Commit b6f1a69

Browse files
committed
Change links to cloud.github.com
1 parent 3918c19 commit b6f1a69

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
celery - Distributed Task Queue
33
=================================
44

5-
.. image:: http://cloud.github.com/downloads/ask/celery/celery_128.png
5+
.. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
66

77
:Version: 2.5.5
88
:Web: http://celeryproject.org/
@@ -78,7 +78,7 @@ Overview
7878

7979
This is a high level overview of the architecture.
8080

81-
.. image:: http://cloud.github.com/downloads/ask/celery/Celery-Overview-v4.jpg
81+
.. image:: http://cloud.github.com/downloads/celery/celery/Celery-Overview-v4.jpg
8282

8383
The broker delivers tasks to the worker nodes.
8484
A worker node is a networked machine running `celeryd`. This can be one or
@@ -96,7 +96,7 @@ adding two numbers:
9696

9797
from celery.task import task
9898

99-
@task
99+
@task()
100100
def add(x, y):
101101
return x + y
102102

@@ -224,6 +224,8 @@ To install using `easy_install`,::
224224

225225
$ easy_install -U Celery
226226

227+
.. _bundles:
228+
227229
Bundles
228230
-------
229231

docs/.templates/sidebarintro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<p class="logo"><a href="{{ pathto(master_doc) }}">
2-
<img class="logo" src="http://cloud.github.com/downloads/ask/celery/celery_128.png" alt="Logo"/>
2+
<img class="logo" src="http://cloud.github.com/downloads/celery/celery/celery_128.png" alt="Logo"/>
33
</a></p>
44

docs/.templates/sidebarlogo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<p class="logo"><a href="{{ pathto(master_doc) }}">
2-
<img class="logo" src="http://cloud.github.com/downloads/ask/celery/celery_128.png" alt="Logo"/>
2+
<img class="logo" src="http://cloud.github.com/downloads/celery/celery/celery_128.png" alt="Logo"/>
33
</a></p>

docs/includes/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Overview
7777

7878
This is a high level overview of the architecture.
7979

80-
.. image:: http://cloud.github.com/downloads/ask/celery/Celery-Overview-v4.jpg
80+
.. image:: http://cloud.github.com/downloads/celery/celery/Celery-Overview-v4.jpg
8181

8282
The broker delivers tasks to the worker nodes.
8383
A worker node is a networked machine running `celeryd`. This can be one or

docs/templates/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
celery - Distributed Task Queue
33
=================================
44

5-
.. image:: http://cloud.github.com/downloads/ask/celery/celery_128.png
5+
.. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
66

77
.. include:: ../includes/introduction.txt
88

0 commit comments

Comments
 (0)