Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Up to date remote data access for pandas, works for multiple versions of pandas.
:target: https://coveralls.io/r/pydata/pandas-datareader

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

.. image:: https://landscape.io/github/pydata/pandas-datareader/master/landscape.svg?style=flat
:target: https://landscape.io/github/pydata/pandas-datareader/master
Expand Down Expand Up @@ -63,4 +63,4 @@ Many functions from the data module have been included in the top level API.
import pandas_datareader as pdr
pdr.get_data_yahoo('AAPL')

See the `pandas-datareader documentation <http://pandas-datareader.readthedocs.org/>`_ for more details.
See the `pandas-datareader documentation <https://pandas-datareader.readthedocs.io/>`_ for more details.
2 changes: 1 addition & 1 deletion docs/source/cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ A `SQLite <https://www.sqlite.org/>`_ file named ``cache.sqlite`` will be create
directory, storing the request until the expiry date.

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