Skip to content

Commit 0ca54a6

Browse files
committed
Fixed some URLs after moving repo to Haystack org.
1 parent 671f6a5 commit 0ca54a6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
celery-haystack
33
===============
44

5-
.. image:: https://secure.travis-ci.org/jezdez/celery-haystack.png?branch=develop
5+
.. image:: https://secure.travis-ci.org/django-haystack/celery-haystack.png?branch=develop
66
:alt: Build Status
7-
:target: http://travis-ci.org/jezdez/celery-haystack
7+
:target: http://travis-ci.org/django-haystack/celery-haystack
88

99
This Django app allows you to utilize Celery for automatically updating and
1010
deleting objects in a Haystack_ search index.
@@ -127,4 +127,4 @@ Issues
127127
Please use the `Github issue tracker`_ for any bug reports or feature
128128
requests.
129129

130-
.. _`Github issue tracker`: https://github.com/jezdez/celery-haystack/issues
130+
.. _`Github issue tracker`: https://github.com/django-haystack/celery-haystack/issues

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changelog
44
v0.9 (unreleased)
55
-----------------
66

7+
* Moved to Haystack GitHub org: https://github.com/django-haystack/celery-haystack
8+
79
* Fix handling the default Haystack backend alias, making it a list.
810

911
* Added ``CELERY_HAYSTACK_QUEUE`` setting to define which Celery queue to use.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ summary = An app for integrating Celery with Haystack.
1010
description-file = README.rst
1111
home-page = http://celery-haystack.rtfd.org/
1212
project-url =
13-
Github, https://github.com/jezdez/celery-haystack/
13+
Github, https://github.com/django-haystack/celery-haystack/
1414
classifier =
1515
Development Status :: 4 - Beta
1616
Environment :: Web Environment

0 commit comments

Comments
 (0)