Skip to content

Commit 552c306

Browse files
committed
DOC: Update a few URIs
1 parent eec07ed commit 552c306

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ New releases are made using the following steps:
8181
#. Check that the new release was built correctly on RTD_, delete the "stable"
8282
version and select the new release as default version
8383

84-
.. _twine: https://pypi.python.org/pypi/twine
84+
.. _twine: https://pypi.org/project/twine/
8585
.. _add release notes: https://github.com/sfstoolbox/sfs-python/tags
8686
.. _RTD: http://readthedocs.org/projects/sfs-python/builds/

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
'python': ('https://docs.python.org/3/', None),
7575
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
7676
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
77-
'matplotlib': ('http://matplotlib.org/', None),
77+
'matplotlib': ('https://matplotlib.org/', None),
7878
}
7979

8080
plot_include_source = True

sfs/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def _count_walls_1d(a):
546546
def spherical_hn2(n, z):
547547
r"""Spherical Hankel function of 2nd kind.
548548
549-
Defined as http://dlmf.nist.gov/10.47.E6,
549+
Defined as https://dlmf.nist.gov/10.47.E6,
550550
551551
.. math::
552552

0 commit comments

Comments
 (0)