summaryrefslogtreecommitdiff
path: root/numpy/doc/glossary.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/doc/glossary.py
parentbf4a3e59b0cfb1e999845dc5228dfa1f54851b9f (diff)
downloadnumpy-83828f52b287fefb3d8753a21bd3441997a4d687.tar.gz
HTTP -> HTTPS, and other linkrot fixes
Diffstat (limited to 'numpy/doc/glossary.py')
-rw-r--r--numpy/doc/glossary.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/doc/glossary.py b/numpy/doc/glossary.py
index 0e1df495b..a3b9423a8 100644
--- a/numpy/doc/glossary.py
+++ b/numpy/doc/glossary.py
@@ -69,7 +69,7 @@ Glossary
micro-processors and used for transmission of data over network protocols.
BLAS
- `Basic Linear Algebra Subprograms <http://en.wikipedia.org/wiki/BLAS>`_
+ `Basic Linear Algebra Subprograms <https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms>`_
broadcast
NumPy can do operations on arrays whose shapes are mismatched::
@@ -155,7 +155,7 @@ Glossary
be used as keys.
For more information on dictionaries, read the
- `Python tutorial <http://docs.python.org/tut>`_.
+ `Python tutorial <https://docs.python.org/tutorial/>`_.
field
In a :term:`structured data type`, each sub-type is called a `field`.
@@ -238,7 +238,7 @@ Glossary
[3, 4]])
For more information, read the section on lists in the `Python
- tutorial <http://docs.python.org/tut>`_. For a mapping
+ tutorial <https://docs.python.org/tutorial/>`_. For a mapping
type (key-value), see *dictionary*.
little-endian