Просмотр исходного кода

Fixed invalid link to the ghettoq library in the documentation. Thanks to Kami. Closes #125

Ask Solem 16 лет назад
Родитель
Сommit
53f5c89618
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/tutorials/otherqueues.rst

+ 2 - 2
docs/tutorials/otherqueues.rst

@@ -6,8 +6,8 @@ There's a plug-in for celery that enables the use of Redis or an SQL database
 as the messaging queue. This is not part of celery itself, but exists as
 as the messaging queue. This is not part of celery itself, but exists as
 an extension to `carrot`_.
 an extension to `carrot`_.
 
 
-.. _`carrot`: http://ask.github.com/carrot
-.. _`ghettoq`: http://ask.github.com/ghettoq
+.. _`carrot`: http://pypi.python.org/pypi/carrot
+.. _`ghettoq`: http://pypi.python.org/pypi/ghettoq
 
 
 Installation
 Installation
 ============
 ============