In the [documentation of matrix products for NumPy users](https://docs.rs/ndarray/0.16.1/ndarray/doc/ndarray_for_numpy_users/index.html#mathematics) the links for `mat1.dot(&mat2)` and `mat.dot(&vec)` are broken.
In the documentation of matrix products for NumPy users the links for
mat1.dot(&mat2)andmat.dot(&vec)are broken.