summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-06-16 09:45:29 -0600
committerGitHub <noreply@github.com>2018-06-16 09:45:29 -0600
commit59bd9ee273f26f335f1f77e0b85ede8d209a7e07 (patch)
treef62c5aa84a9db02f3b6460e66b56cd299e4a794f /numpy/core/fromnumeric.py
parentbf4a3e59b0cfb1e999845dc5228dfa1f54851b9f (diff)
parent83828f52b287fefb3d8753a21bd3441997a4d687 (diff)
downloadnumpy-59bd9ee273f26f335f1f77e0b85ede8d209a7e07.tar.gz
Merge pull request #11353 from mwtoews/linkrot
DOC, MAINT: HTTP -> HTTPS, and other linkrot fixes
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py
index d1aae0aa0..5b67a0dc5 100644
--- a/numpy/core/fromnumeric.py
+++ b/numpy/core/fromnumeric.py
@@ -2777,11 +2777,11 @@ def around(a, decimals=0, out=None):
References
----------
- .. [1] "Lecture Notes on the Status of IEEE 754", William Kahan,
- http://www.cs.berkeley.edu/~wkahan/ieee754status/IEEE754.PDF
+ .. [1] "Lecture Notes on the Status of IEEE 754", William Kahan,
+ https://people.eecs.berkeley.edu/~wkahan/ieee754status/IEEE754.PDF
.. [2] "How Futile are Mindless Assessments of
Roundoff in Floating-Point Computation?", William Kahan,
- http://www.cs.berkeley.edu/~wkahan/Mindless.pdf
+ https://people.eecs.berkeley.edu/~wkahan/Mindless.pdf
Examples
--------