Skip to content

Commit c26ef58

Browse files
committed
Use https url everywhere
1 parent 30984fb commit c26ef58

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:alt: Travis CI
88

99
.. image:: https://readthedocs.org/projects/stagpy/badge/?version=latest
10-
:target: http://stagpy.readthedocs.org/en/latest/?badge=latest
10+
:target: https://stagpy.readthedocs.org/en/latest/?badge=latest
1111
:alt: Documentation Status
1212

1313
.. image:: https://badge.fury.io/py/stagpy.svg
@@ -30,4 +30,4 @@ See `the complete documentation`__ for more information on the installation and
3030
explanations on how to use StagPy.
3131

3232
.. __: https://pypi.org/project/stagpy/
33-
.. __: http://stagpy.readthedocs.org
33+
.. __: https://stagpy.readthedocs.org

docs/sources/developers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ and update the needed packages::
4343

4444
% python3 -m pip install -U --user sphinx sphinx-rtd-theme
4545

46-
.. _Sphinx: http://www.sphinx-doc.org
46+
.. _Sphinx: https://www.sphinx-doc.org
4747

4848
Then, in the ``docs`` directory, run::
4949

docs/sources/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ following dependencies::
1313

1414
% conda install numpy scipy pandas h5py matplotlib setuptools_scm
1515

16-
.. _Miniconda: http://conda.pydata.org/miniconda.html
17-
.. _Anaconda: https://www.continuum.io/downloads
16+
.. _Miniconda: https://docs.conda.io/en/latest/miniconda.html
17+
.. _Anaconda: https://www.anaconda.com/distribution/#download-section
1818

1919
Installation using ``pip``
2020
--------------------------

stagpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
StagPy is both a CLI tool and a powerful Python library. See the
44
documentation at
5-
http://stagpy.readthedocs.io/en/stable/
5+
https://stagpy.readthedocs.io/en/stable/
66
77
If the environment variable STAGPY_ISOLATED is set to a truthy value, StagPy
88
does not attempt to read any configuration file (including mplstyle).

0 commit comments

Comments
 (0)