Skip to content

Commit 2b49d6f

Browse files
adamchainzfemtotrader
authored andcommitted
DOC Convert readthedocs links for their .org -> .io migration for hosted projects (#249)
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.
1 parent 96acd97 commit 2b49d6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Up to date remote data access for pandas, works for multiple versions of pandas.
1616
:target: https://coveralls.io/r/pydata/pandas-datareader
1717

1818
.. image:: https://readthedocs.org/projects/pandas-datareader/badge/?version=latest
19-
:target: http://pandas-datareader.readthedocs.org/en/latest/
19+
:target: https://pandas-datareader.readthedocs.io/en/latest/
2020

2121
.. image:: https://landscape.io/github/pydata/pandas-datareader/master/landscape.svg?style=flat
2222
:target: https://landscape.io/github/pydata/pandas-datareader/master
@@ -63,4 +63,4 @@ Many functions from the data module have been included in the top level API.
6363
import pandas_datareader as pdr
6464
pdr.get_data_yahoo('AAPL')
6565
66-
See the `pandas-datareader documentation <http://pandas-datareader.readthedocs.org/>`_ for more details.
66+
See the `pandas-datareader documentation <https://pandas-datareader.readthedocs.io/>`_ for more details.

docs/source/cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ A `SQLite <https://www.sqlite.org/>`_ file named ``cache.sqlite`` will be create
4242
directory, storing the request until the expiry date.
4343

4444
For additional information on using requests-cache, see the
45-
`documentation <http://requests-cache.readthedocs.org/>`_.
45+
`documentation <https://requests-cache.readthedocs.io/>`_.

0 commit comments

Comments
 (0)