Skip to content

Commit f91def6

Browse files
committed
Make the link to the general documentation more visible
1 parent e3da823 commit f91def6

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

33
The package provides wrappers for [LAPACK] (Fortran).
44

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

77
## Example
88

@@ -32,8 +32,8 @@ Your contribution is highly appreciated. Do not hesitate to open an issue or a
3232
pull request. Note that any contribution submitted for inclusion in the project
3333
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
3434

35+
[architecture]: https://blas-lapack-rs.github.io/architecture
3536
[lapack]: https://en.wikipedia.org/wiki/LAPACK
36-
[usage]: https://blas-lapack-rs.github.io/usage
3737

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

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Wrappers for [LAPACK] \(Fortran).
22
//!
3-
//! The usage of the package is explained [here][usage].
3+
//! ## [Architecture]
44
//!
55
//! ## Example
66
//!
@@ -24,8 +24,8 @@
2424
//! }
2525
//! ```
2626
//!
27+
//! [architecture]: https://blas-lapack-rs.github.io/architecture
2728
//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
28-
//! [usage]: https://blas-lapack-rs.github.io/usage
2929

3030
extern crate lapack_sys as ffi;
3131
extern crate libc;

0 commit comments

Comments
 (0)