summaryrefslogtreecommitdiff
path: root/site.cfg.example
diff options
context:
space:
mode:
authorMike Toews <mwtoews@gmail.com>2018-06-16 18:18:19 +1200
committerMike Toews <mwtoews@gmail.com>2018-06-16 18:18:19 +1200
commit83828f52b287fefb3d8753a21bd3441997a4d687 (patch)
treef62c5aa84a9db02f3b6460e66b56cd299e4a794f /site.cfg.example
parentbf4a3e59b0cfb1e999845dc5228dfa1f54851b9f (diff)
downloadnumpy-83828f52b287fefb3d8753a21bd3441997a4d687.tar.gz
HTTP -> HTTPS, and other linkrot fixes
Diffstat (limited to 'site.cfg.example')
-rw-r--r--site.cfg.example12
1 files changed, 6 insertions, 6 deletions
diff --git a/site.cfg.example b/site.cfg.example
index 21609a332..48b17fbdf 100644
--- a/site.cfg.example
+++ b/site.cfg.example
@@ -10,7 +10,7 @@
# The format of the file is that of the standard library's ConfigParser module.
# No interpolation is allowed, RawConfigParser class being used to load it.
#
-# http://docs.python.org/3/library/configparser.html
+# https://docs.python.org/library/configparser.html
#
# Each section defines settings that apply to one particular dependency. Some of
# the settings are general and apply to nearly any section and are defined here.
@@ -122,7 +122,7 @@
# multiprocessing.
# (This problem does not exist with multithreaded ATLAS.)
#
-# http://docs.python.org/3.4/library/multiprocessing.html#contexts-and-start-methods
+# https://docs.python.org/library/multiprocessing.html#contexts-and-start-methods
# https://github.com/xianyi/OpenBLAS/issues/294
#
# [openblas]
@@ -197,9 +197,9 @@
#
# UMFPACK is not used by numpy.
#
-# http://www.cise.ufl.edu/research/sparse/umfpack/
-# http://www.cise.ufl.edu/research/sparse/amd/
-# http://scikits.appspot.com/umfpack
+# https://www.cise.ufl.edu/research/sparse/umfpack/
+# https://www.cise.ufl.edu/research/sparse/amd/
+# https://scikit-umfpack.github.io/scikit-umfpack/
#
#[amd]
#amd_libs = amd
@@ -213,7 +213,7 @@
# Note that these libraries are not used by for numpy or scipy.
#
# http://fftw.org/
-# http://cr.yp.to/djbfft.html
+# https://cr.yp.to/djbfft.html
#
# Given only this section, numpy.distutils will try to figure out which version
# of FFTW you are using.