Skip to content

Commit 5a55ef3

Browse files
committed
Make the link to the general documentation more visible
1 parent 332dcf0 commit 5a55ef3

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
@@ -2,16 +2,16 @@
22

33
The package provides bindings to [BLAS] (Fortran).
44

5-
The usage of the package is explained [here][usage].
5+
## [Architecture]
66

77
## Contribution
88

99
Your contribution is highly appreciated. Do not hesitate to open an issue or a
1010
pull request. Note that any contribution submitted for inclusion in the project
1111
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
1212

13+
[architecture]: https://blas-lapack-rs.github.io/architecture
1314
[blas]: https://en.wikipedia.org/wiki/BLAS
14-
[usage]: https://blas-lapack-rs.github.io/usage
1515

1616
[build-img]: https://travis-ci.org/blas-lapack-rs/blas-sys.svg?branch=master
1717
[build-url]: https://travis-ci.org/blas-lapack-rs/blas-sys

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//! Bindings to [BLAS] \(Fortran).
22
//!
3-
//! The usage of the package is explained [here][usage].
3+
//! ## [Architecture]
44
//!
5+
//! [architecture]: https://blas-lapack-rs.github.io/architecture
56
//! [blas]: https://en.wikipedia.org/wiki/BLAS
6-
//! [usage]: https://blas-lapack-rs.github.io/usage
77
88
#![no_std]
99

0 commit comments

Comments
 (0)