Skip to content

Commit 1736f63

Browse files
committed
Update some urls to point to django-haystack instead of toastdriven
1 parent 8ab14a2 commit 1736f63

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ So you've found a bug or have a great idea for a feature. Here's the steps you
2525
should take to help get it added/fixed in Haystack:
2626

2727
- First, check to see if there's an existing issue/pull request for the
28-
bug/feature. All issues are at https://github.com/toastdriven/django-haystack/issues
29-
and pull reqs are at https://github.com/toastdriven/django-haystack/pulls.
28+
bug/feature. All issues are at https://github.com/django-haystack/django-haystack/issues
29+
and pull reqs are at https://github.com/django-haystack/django-haystack/pulls.
3030
- If there isn't one there, please file an issue. The ideal report includes:
3131
- A description of the problem/suggestion.
3232
- How to recreate the bug.

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ So you've found a bug or have a great idea for a feature. Here's the steps you
3333
should take to help get it added/fixed in Haystack:
3434

3535
* First, check to see if there's an existing issue/pull request for the
36-
bug/feature. All issues are at https://github.com/toastdriven/django-haystack/issues
37-
and pull reqs are at https://github.com/toastdriven/django-haystack/pulls.
36+
bug/feature. All issues are at https://github.com/django-haystack/django-haystack/issues
37+
and pull reqs are at https://github.com/django-haystack/django-haystack/pulls.
3838
* If there isn't one there, please file an issue. The ideal report includes:
3939

4040
* A description of the problem/suggestion.

docs/other_apps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Useful for essentially extending what Haystack can do.
1313
queued_search
1414
-------------
1515

16-
http://github.com/toastdriven/queued_search (2.X compatible)
16+
http://github.com/django-haystack/queued_search (2.X compatible)
1717

1818
Provides a queue-based setup as an alternative to ``RealtimeSignalProcessor`` or
1919
constantly running the ``update_index`` command. Useful for high-load, short
@@ -47,7 +47,7 @@ for keeping the index fresh.
4747
saved_searches
4848
--------------
4949

50-
http://github.com/toastdriven/saved_searches (2.X compatible)
50+
http://github.com/django-haystack/saved_searches (2.X compatible)
5151

5252
Adds personalization to search. Retains a history of queries run by the various
5353
users on the site (including anonymous users). This can be used to present the

test_haystack/solr_tests/test_templatetags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_more_like_this_with_limit(self, mock_sqs):
4949
any_order=True,
5050
)
5151

52-
# FIXME: https://github.com/toastdriven/django-haystack/issues/1069
52+
# FIXME: https://github.com/django-haystack/django-haystack/issues/1069
5353
@unittest.expectedFailure
5454
def test_more_like_this_for_model(self, mock_sqs):
5555
mock_model = MockModel.objects.get(pk=3)

0 commit comments

Comments
 (0)