# HG changeset patch # User Tuomo Valkonen # Date 1670393866 -7200 # Node ID de8d43ebfd0d269ed71c3eafb1c88bd997256a8d # Parent 0194715c1ad6de2f9b4b08647dc4a6429774dbcf Oops, broke some README external links diff -r 0194715c1ad6 -r de8d43ebfd0d README.md --- a/README.md Wed Dec 07 06:59:19 2022 +0200 +++ b/README.md Wed Dec 07 08:17:46 2022 +0200 @@ -35,10 +35,9 @@ ```console brew install gsl ``` - For other operating systems, suggestions are available in the - [rust-GSL crate documentation][rust-GSL]. - On Windows, you will likely need to pass extra `RUSTFLAGS` options to - Cargo in the following steps to locate the library. + For other operating systems, suggestions are available in the [rust-GSL] + crate documentation. On Windows, you will likely need to pass extra + `RUSTFLAGS` options to Cargo in the following steps to locate the library. 4. Download [alg_tools] and unpack it under the same directory as this package. @@ -46,8 +45,8 @@ [rustup]: https://rustup.rs [alg_tools]: https://tuomov.iki.fi/software/alg_tools/ [Rust]: https://www.rust-lang.org/ - [GNU Scientific Library]: https://docs.rs/GSL/6.0.0/rgsl/ - [gsl]: https://www.gnu.org/software/gsl/ + [GNU Scientific Library]: https://www.gnu.org/software/gsl/ + [rust-GSL]: https://docs.rs/GSL/6.0.0/rgsl/ [Homebrew]: https://brew.sh [arXiv:2212.02991]: https://arxiv.org/abs/2212.02991