Skip to content

Commit 40db4b6

Browse files
adamchainzhonzakral
authored andcommitted
Convert readthedocs links for their .org -> .io migration for hosted projects (elastic#413)
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.
1 parent 1e2770f commit 40db4b6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ It also provides an optional `persistence layer`_ for working with documents as
1818
Python objects in an ORM-like fashion: defining mappings, retrieving and saving
1919
documents, wrapping the document data in user-defined classes.
2020

21-
.. _elasticsearch-dsl: http://elasticsearch-dsl.rtfd.org/
22-
.. _queries: http://elasticsearch-dsl.readthedocs.org/en/latest/search_dsl.html
23-
.. _persistence layer: http://elasticsearch-dsl.readthedocs.org/en/latest/persistence.html#doctype
21+
.. _elasticsearch-dsl: https://elasticsearch-dsl.readthedocs.io/
22+
.. _queries: https://elasticsearch-dsl.readthedocs.io/en/latest/search_dsl.html
23+
.. _persistence layer: https://elasticsearch-dsl.readthedocs.io/en/latest/persistence.html#doctype
2424

2525
Compatibility
2626
-------------
@@ -91,7 +91,7 @@ Simple use-case::
9191

9292
`Full documentation`_.
9393

94-
.. _Full documentation: http://elasticsearch-py.rtfd.org/
94+
.. _Full documentation: https://elasticsearch-py.readthedocs.io/
9595

9696

9797
Features

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For a more high level client library with more limited scope, have a look at
99
`elasticsearch-dsl`_ - it is a more pythonic library sitting on top of
1010
``elasticsearch-py``.
1111

12-
.. _elasticsearch-dsl: http://elasticsearch-dsl.rtfd.org/
12+
.. _elasticsearch-dsl: https://elasticsearch-dsl.readthedocs.io/
1313

1414
Compatibility
1515
-------------
@@ -78,7 +78,7 @@ Python. We have created some :ref:`helpers` to help with this issue as well as
7878
a more high level library (`elasticsearch-dsl`_) on top of this one to provide
7979
a more convenient way of working with Elasticsearch.
8080

81-
.. _elasticsearch-dsl: http://elasticsearch-dsl.rtfd.org/
81+
.. _elasticsearch-dsl: https://elasticsearch-dsl.readthedocs.io/
8282

8383
Persistent Connections
8484
~~~~~~~~~~~~~~~~~~~~~~

elasticsearch/connection/http_urllib3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Urllib3HttpConnection(Connection):
2020
:arg use_ssl: use ssl for the connection if `True`
2121
:arg verify_certs: whether to verify SSL certificates
2222
:arg ca_certs: optional path to CA bundle. See
23-
http://urllib3.readthedocs.org/en/latest/security.html#using-certifi-with-urllib3
23+
https://urllib3.readthedocs.io/en/latest/security.html#using-certifi-with-urllib3
2424
for instructions how to get default set
2525
:arg client_cert: path to the file containing the private key and the
2626
certificate, or cert only if using client_key

0 commit comments

Comments
 (0)