Skip to content

Commit 2b53cd2

Browse files
committed
Make the link to the general documentation more visible
1 parent 9997ec8 commit 2b53cd2

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 [CBLAS] (C).
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
[cblas]: 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/cblas-sys.svg?branch=master
1717
[build-url]: https://travis-ci.org/blas-lapack-rs/cblas-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 [CBLAS] \(C).
22
//!
3-
//! The usage of the package is explained [here][usage].
3+
//! ## [Architecture]
44
//!
5+
//! [architecture]: https://blas-lapack-rs.github.io/architecture
56
//! [cblas]: https://en.wikipedia.org/wiki/BLAS
6-
//! [usage]: https://blas-lapack-rs.github.io/usage
77
88
#![allow(non_camel_case_types)]
99
#![no_std]

0 commit comments

Comments
 (0)