Selaa lähdekoodia

Convert readthedocs link for their .org -> .io migration for hosted projects

As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
master
Adam Chainz 9 vuotta sitten
vanhempi
commit
1307c0bec1

+ 1
- 1
CONTRIBUTING.rst Näytä tiedosto

@@ -4,4 +4,4 @@ Contributing to Oscar
4 4
 
5 5
 Thank you for wanting to contribute! You can find detailed guidance in the repository at ``docs/source/internals/contributing``, or online at:
6 6
 
7
-http://django-oscar.readthedocs.org/en/latest/internals/contributing/index.html
7
+https://django-oscar.readthedocs.io/en/latest/internals/contributing/index.html

+ 4
- 4
README.rst Näytä tiedosto

@@ -20,7 +20,7 @@ Contents:
20 20
     :target: http://oscarcommerce.com
21 21
 
22 22
 .. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/readthedocs.thumb.png
23
-    :target: http://django-oscar.readthedocs.org/en/latest/
23
+    :target: https://django-oscar.readthedocs.io/en/latest/
24 24
 
25 25
 Further reading:
26 26
 
@@ -63,7 +63,7 @@ Docs status:
63 63
 
64 64
 .. _`Official homepage`: http://oscarcommerce.com
65 65
 .. _`Sandbox site`: http://latest.oscarcommerce.com
66
-.. _`Documentation`: http://django-oscar.readthedocs.org/en/latest/
66
+.. _`Documentation`: https://django-oscar.readthedocs.io/en/latest/
67 67
 .. _`readthedocs.org`: http://readthedocs.org
68 68
 .. _`Continuous integration homepage`: http://travis-ci.org/#!/django-oscar/django-oscar
69 69
 .. _`travis-ci.org`: http://travis-ci.org/
@@ -120,8 +120,8 @@ The sandbox site can be set-up locally `in 5 commands`_.  Want to
120 120
 make changes?  Check out the `contributing guidelines`_.
121 121
 
122 122
 .. _`this gateway page`: http://latest.oscarcommerce.com/gateway/
123
-.. _`in 5 commands`: http://django-oscar.readthedocs.org/en/latest/internals/sandbox.html#running-the-sandbox-locally
124
-.. _`contributing guidelines`: http://django-oscar.readthedocs.org/en/latest/internals/contributing/index.html
123
+.. _`in 5 commands`: https://django-oscar.readthedocs.io/en/latest/internals/sandbox.html#running-the-sandbox-locally
124
+.. _`contributing guidelines`: https://django-oscar.readthedocs.io/en/latest/internals/contributing/index.html
125 125
 
126 126
 
127 127
 Extensions

+ 1
- 1
docs/source/howto/how_to_create_a_custom_condition.rst Näytä tiedosto

@@ -69,4 +69,4 @@ Deploying custom conditions
69 69
 To avoid manual steps in each of your test/stage/production environments, use
70 70
 South's `data migrations`_ to create conditions.
71 71
 
72
-.. _`data migrations`: http://south.readthedocs.org/en/latest/tutorial/part3.html#data-migrations
72
+.. _`data migrations`: https://south.readthedocs.io/en/latest/tutorial/part3.html#data-migrations

+ 1
- 1
docs/source/howto/how_to_create_a_custom_range.rst Näytä tiedosto

@@ -62,4 +62,4 @@ Deploying custom ranges
62 62
 To avoid manual steps in each of your test/stage/production environments, use
63 63
 South's `data migrations`_ to create ranges.
64 64
 
65
-.. _`data migrations`: http://south.readthedocs.org/en/latest/tutorial/part3.html#data-migrations
65
+.. _`data migrations`: https://south.readthedocs.io/en/latest/tutorial/part3.html#data-migrations

+ 1
- 1
docs/source/internals/contributing/running-tests.rst Näytä tiedosto

@@ -41,7 +41,7 @@ system. All other requirements are downloaded automatically.
41 41
 detox_ is a wrapper around tox_, creating the environments and running the tests
42 42
 in parallel. This greatly speeds up the process.
43 43
 
44
-.. _tox: http://tox.readthedocs.org/en/latest/
44
+.. _tox: https://tox.readthedocs.io/en/latest/
45 45
 .. _detox: https://pypi.python.org/pypi/detox
46 46
 
47 47
 Kinds of tests

+ 1
- 1
docs/source/releases/v0.5.rst Näytä tiedosto

@@ -123,7 +123,7 @@ There are several noteworthy smaller improvements
123 123
 
124 124
 * Flash messages can now contain HTML.
125 125
 
126
-.. _django-compressor: http://django_compressor.readthedocs.org/en/latest/
126
+.. _django-compressor: https://django-compressor.readthedocs.io/en/latest/
127 127
 
128 128
 Minor improvements
129 129
 ~~~~~~~~~~~~~~~~~~

+ 1
- 1
docs/source/releases/v0.6.2.rst Näytä tiedosto

@@ -35,4 +35,4 @@ The following bugs were fixed:
35 35
 .. _`#1127`: https://github.com/django-oscar/django-oscar/issues/1127
36 36
 .. _`fa1f8403`: https://github.com/django-oscar/django-oscar/commit/fa1f8403fb43af693766acafc520d10932a7f5b0
37 37
 .. _`reverting the original commit`: https://github.com/django-oscar/django-oscar/commit/ec950cf9de16c68858bc095d980e478be8146f79
38
-.. _`explicit installation instructions`: http://django-debug-toolbar.readthedocs.org/en/latest/installation.html#explicit-setup
38
+.. _`explicit installation instructions`: https://django-debug-toolbar.readthedocs.io/en/latest/installation.html#explicit-setup

+ 1
- 1
docs/source/releases/v0.7.rst Näytä tiedosto

@@ -385,4 +385,4 @@ Migrations
385 385
     - ``0002`` and ``0003`` - Convert ``[start|end]_date`` to
386 386
       ``[start|end]_datetime`` (includes data migration).
387 387
 
388
-.. _`convert an app`: http://south.readthedocs.org/en/latest/convertinganapp.html
388
+.. _`convert an app`: https://south.readthedocs.io/en/latest/convertinganapp.html

+ 1
- 1
docs/source/releases/v1.0.rst Näytä tiedosto

@@ -264,7 +264,7 @@ Minor changes
264 264
 
265 265
 * ... and dozens of bugs fixed!
266 266
 
267
-.. _django-tables2: http://django-tables2.readthedocs.org/en/latest/
267
+.. _django-tables2: https://django-tables2.readthedocs.io/en/latest/
268 268
 .. _bootstrap-datetimepicker: http://www.malot.fr/bootstrap-datetimepicker/
269 269
 
270 270
 

+ 1
- 1
setup.py Näytä tiedosto

@@ -84,7 +84,7 @@ setup(name='django-oscar',
84 84
 
85 85
 # Show contributing instructions if being installed in 'develop' mode
86 86
 if len(sys.argv) > 1 and sys.argv[1] == 'develop':
87
-    docs_url = 'http://django-oscar.readthedocs.org/en/latest/internals/contributing/index.html'
87
+    docs_url = 'https://django-oscar.readthedocs.io/en/latest/internals/contributing/index.html'
88 88
     mailing_list = 'django-oscar@googlegroups.com'
89 89
     mailing_list_url = 'https://groups.google.com/forum/?fromgroups#!forum/django-oscar'
90 90
     twitter_url = 'https://twitter.com/django_oscar'

+ 1
- 1
src/oscar/apps/search/views.py Näytä tiedosto

@@ -15,7 +15,7 @@ class FacetedSearchView(views.FacetedSearchView):
15 15
     Note that facets are configured when the ``SearchQuerySet`` is initialised.
16 16
     This takes place in the search application class.
17 17
 
18
-    See http://django-haystack.readthedocs.org/en/v2.1.0/views_and_forms.html#facetedsearchform # noqa
18
+    See https://django-haystack.readthedocs.io/en/v2.1.0/views_and_forms.html#facetedsearchform # noqa
19 19
     """
20 20
 
21 21
     # Haystack uses a different class attribute to CBVs

Loading…
Peruuta
Tallenna