Skip to content

Commit ad56bb7

Browse files
committed
Typos, change all links to https [skip CI]
1 parent 9e5ae7d commit ad56bb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
3737

3838
[accelerate]: https://developer.apple.com/reference/accelerate
3939
[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/
4242
[R]: https://cran.r-project.org
4343

4444
[build-img]: https://github.com/blas-lapack-rs/lapack-src/actions/workflows/build.yml/badge.svg

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
//!
2929
//! [accelerate]: https://developer.apple.com/reference/accelerate
3030
//! [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/
3333
//! [R]: https://cran.r-project.org
3434
3535
#![no_std]

0 commit comments

Comments
 (0)