File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
37
37
38
38
[ accelerate ] : https://developer.apple.com/reference/accelerate
39
39
[ intel mkl ] : https://software.intel.com/en-us/mkl
40
- [ netlib ] : http ://www.netlib.org/
41
- [ openblas ] : http ://www.openblas.net/
40
+ [ netlib ] : https ://www.netlib.org/
41
+ [ openblas ] : https ://www.openblas.net/
42
42
[ R ] : https://cran.r-project.org
43
43
44
44
[ build-img ] : https://github.com/blas-lapack-rs/lapack-src/actions/workflows/build.yml/badge.svg
Original file line number Diff line number Diff line change 28
28
//!
29
29
//! [accelerate]: https://developer.apple.com/reference/accelerate
30
30
//! [intel mkl]: https://software.intel.com/en-us/mkl
31
- //! [netlib]: http ://www.netlib.org/
32
- //! [openblas]: http ://www.openblas.net/
31
+ //! [netlib]: https ://www.netlib.org/
32
+ //! [openblas]: https ://www.openblas.net/
33
33
//! [R]: https://cran.r-project.org
34
34
35
35
#![ no_std]
You can’t perform that action at this time.
0 commit comments