summaryrefslogtreecommitdiff
path: root/numpy/polynomial/legendre.py
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 /numpy/polynomial/legendre.py
parentbf4a3e59b0cfb1e999845dc5228dfa1f54851b9f (diff)
downloadnumpy-83828f52b287fefb3d8753a21bd3441997a4d687.tar.gz
HTTP -> HTTPS, and other linkrot fixes
Diffstat (limited to 'numpy/polynomial/legendre.py')
-rw-r--r--numpy/polynomial/legendre.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/polynomial/legendre.py b/numpy/polynomial/legendre.py
index 0d4a49afc..a83c5735f 100644
--- a/numpy/polynomial/legendre.py
+++ b/numpy/polynomial/legendre.py
@@ -1509,7 +1509,7 @@ def legfit(x, y, deg, rcond=None, full=False, w=None):
References
----------
.. [1] Wikipedia, "Curve fitting",
- http://en.wikipedia.org/wiki/Curve_fitting
+ https://en.wikipedia.org/wiki/Curve_fitting
Examples
--------