Skip to content

Commit 2f46dd1

Browse files
committed
chg: Update ReadTheDocs links !cosmetic
Thanks to @adamchainz for the update
2 parents e4bd9e1 + 273bfff commit 2f46dd1

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Hey, thanks for contributing to Haystack. Please review [the contributor guidelines](http://django-haystack.readthedocs.org/en/latest/contributing.html) and confirm that [the tests pass](http://django-haystack.readthedocs.org/en/latest/running_tests.html) with at least one search engine.
1+
# Hey, thanks for contributing to Haystack. Please review [the contributor guidelines](https://django-haystack.readthedocs.io/en/latest/contributing.html) and confirm that [the tests pass](https://django-haystack.readthedocs.io/en/latest/running_tests.html) with at least one search engine.
22

33
# Once your pull request has been submitted, the full test suite will be executed on https://travis-ci.org/django-haystack/django-haystack/pull_requests. Pull requests with passing tests are far more likely to be reviewed and merged.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ should take to help get it added/fixed in Haystack:
4848
https://github.com/blog/1943-how-to-write-the-perfect-pull-request
4949

5050
Instructions for running the tests are at
51-
http://django-haystack.readthedocs.org/en/latest/running_tests.html
51+
https://django-haystack.readthedocs.io/en/latest/running_tests.html
5252

5353
You might also hop into the IRC channel (`#haystack` on `irc.freenode.net`)
5454
& raise your question there, as there may be someone who can help you with a

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Documentation
3333
=============
3434

3535
* Development version: http://docs.haystacksearch.org/
36-
* v2.4.X: http://django-haystack.readthedocs.org/en/v2.4.1/
37-
* v2.3.X: http://django-haystack.readthedocs.org/en/v2.3.0/
38-
* v2.2.X: http://django-haystack.readthedocs.org/en/v2.2.0/
39-
* v2.1.X: http://django-haystack.readthedocs.org/en/v2.1.0/
40-
* v2.0.X: http://django-haystack.readthedocs.org/en/v2.0.0/
41-
* v1.2.X: http://django-haystack.readthedocs.org/en/v1.2.7/
42-
* v1.1.X: http://django-haystack.readthedocs.org/en/v1.1/
36+
* v2.4.X: https://django-haystack.readthedocs.io/en/v2.4.1/
37+
* v2.3.X: https://django-haystack.readthedocs.io/en/v2.3.0/
38+
* v2.2.X: https://django-haystack.readthedocs.io/en/v2.2.0/
39+
* v2.1.X: https://django-haystack.readthedocs.io/en/v2.1.0/
40+
* v2.0.X: https://django-haystack.readthedocs.io/en/v2.0.0/
41+
* v1.2.X: https://django-haystack.readthedocs.io/en/v1.2.7/
42+
* v1.1.X: https://django-haystack.readthedocs.io/en/v1.1/
4343

4444
See the `changelog <docs/changelog.rst>`_
4545

@@ -58,5 +58,5 @@ Haystack has a relatively easily-met set of requirements.
5858
* A supported version of Django: https://www.djangoproject.com/download/#supported-versions
5959

6060
Additionally, each backend has its own requirements. You should refer to
61-
http://django-haystack.readthedocs.org/en/latest/installing_search_engines.html for more
61+
https://django-haystack.readthedocs.io/en/latest/installing_search_engines.html for more
6262
details.

docs/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Elasticsearch_, Whoosh_, Xapian_, etc.) without having to modify your code.
1515

1616
This documentation represents the current version of Haystack. For old versions of the documentation:
1717

18-
* v2.4.X: http://django-haystack.readthedocs.org/en/v2.4.1/
19-
* v2.3.X: http://django-haystack.readthedocs.org/en/v2.3.0/
20-
* v2.2.X: http://django-haystack.readthedocs.org/en/v2.2.0/
21-
* v2.1.X: http://django-haystack.readthedocs.org/en/v2.1.0/
22-
* v2.0.X: http://django-haystack.readthedocs.org/en/v2.0.0/
23-
* v1.2.X: http://django-haystack.readthedocs.org/en/v1.2.7/
24-
* v1.1.X: http://django-haystack.readthedocs.org/en/v1.1/
18+
* v2.4.X: https://django-haystack.readthedocs.io/en/v2.4.1/
19+
* v2.3.X: https://django-haystack.readthedocs.io/en/v2.3.0/
20+
* v2.2.X: https://django-haystack.readthedocs.io/en/v2.2.0/
21+
* v2.1.X: https://django-haystack.readthedocs.io/en/v2.1.0/
22+
* v2.0.X: https://django-haystack.readthedocs.io/en/v2.0.0/
23+
* v1.2.X: https://django-haystack.readthedocs.io/en/v1.2.7/
24+
* v1.1.X: https://django-haystack.readthedocs.io/en/v1.1/
2525

2626
Getting Started
2727
---------------

docs/running_tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ list of possible options::
3939
cd test_haystack
4040
./run_tests.py --help
4141

42-
.. _nose: https://nose.readthedocs.org/en/latest/
42+
.. _nose: https://nose.readthedocs.io/en/latest/
4343

4444
Configuring Solr
4545
================

test_haystack/solr_tests/test_solr_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def test_spatial_search_parameters(self):
447447
sort_by='distance asc')
448448

449449
# Points in Solr are lat, lon pairs but Django GIS Point() uses lon, lat so we'll check for the flip
450-
# See http://django-haystack.readthedocs.org/en/latest/spatial.html#points
450+
# See https://django-haystack.readthedocs.io/en/latest/spatial.html#points
451451
self.assertEqual(kwargs.get('pt'), '4.56,1.23')
452452
self.assertEqual(kwargs.get('sfield'), 'location')
453453
self.assertEqual(kwargs.get('sort'), 'geodist() asc')

0 commit comments

Comments
 (0)