From e7ec0870b15114b0443c28bf7e32d42717808c98 Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Sun, 7 Apr 2019 20:55:07 +0100 Subject: [PATCH] update links to https (#2872) --- README.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 6dbf774549d..83382f87ed5 100644 --- a/README.rst +++ b/README.rst @@ -8,9 +8,9 @@ xarray: N-D labeled arrays and datasets .. image:: https://coveralls.io/repos/pydata/xarray/badge.svg :target: https://coveralls.io/r/pydata/xarray .. image:: https://readthedocs.org/projects/xray/badge/?version=latest - :target: http://xarray.pydata.org/ -.. image:: http://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat - :target: http://pandas.pydata.org/speed/xarray/ + :target: https://xarray.pydata.org/ +.. image:: https://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat + :target: https://pandas.pydata.org/speed/xarray/ .. image:: https://img.shields.io/pypi/v/xarray.svg :target: https://pypi.python.org/pypi/xarray/ @@ -30,10 +30,10 @@ It is particularly tailored to working with netCDF_ files, which were the source of xarray's data model, and integrates tightly with dask_ for parallel computing. -.. _NumPy: http://www.numpy.org -.. _pandas: http://pandas.pydata.org -.. _dask: http://dask.org -.. _netCDF: http://www.unidata.ucar.edu/software/netcdf +.. _NumPy: https://www.numpy.org +.. _pandas: https://pandas.pydata.org +.. _dask: https://dask.org +.. _netCDF: https://www.unidata.ucar.edu/software/netcdf Why xarray? ----------- @@ -66,12 +66,12 @@ powerful and concise interface. For example: Documentation ------------- -Learn more about xarray in its official documentation at http://xarray.pydata.org/ +Learn more about xarray in its official documentation at https://xarray.pydata.org/ Contributing ------------ -You can find information about contributing to xarray at our `Contributing page `_. +You can find information about contributing to xarray at our `Contributing page `_. Get in touch ------------ @@ -81,9 +81,9 @@ Get in touch - For less well defined questions or ideas, or to announce other projects of interest to xarray users, use the `mailing list`_. -.. _StackOverFlow: http://stackoverflow.com/questions/tagged/python-xarray +.. _StackOverFlow: https://stackoverflow.com/questions/tagged/python-xarray .. _mailing list: https://groups.google.com/forum/#!forum/xarray -.. _on GitHub: http://github.com/pydata/xarray +.. _on GitHub: https://github.com/pydata/xarray NumFOCUS -------- @@ -120,7 +120,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,