소스 검색

README: Link to new images

Ask Solem 16 년 전
부모
커밋
afa85ff97d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.rst

+ 2 - 2
README.rst

@@ -26,7 +26,7 @@ Overview
 
 This is a high level overview of the architecture.
 
-.. image:: http://cloud.github.com/downloads/ask/celery/Celery-Overview-v2.jpg
+.. image:: http://cloud.github.com/downloads/ask/celery/Celery-Overview-v4.jpg
 
 The broker is an AMQP server pushing tasks to the worker servers.
 A worker server is a networked machine running ``celeryd``. This can be one or
@@ -313,7 +313,7 @@ really make sense.
 A look inside the worker
 ========================
 
-.. image:: http://cloud.github.com/downloads/ask/celery/Celery-InsideTheWorker.jpg
+.. image:: http://cloud.github.com/downloads/ask/celery/Celery-InsideTheWorker-v2.jpg
 
 Getting Help
 ============