From b95b237027804d93a1567bab514b9e3118f1d468 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Mon, 6 Sep 2021 14:38:25 +0200 Subject: [PATCH] Fix links --- doc.zih.tu-dresden.de/docs/software/math_libraries.md | 2 +- .../docs/software/software_development_overview.md | 2 +- doc.zih.tu-dresden.de/mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/math_libraries.md b/doc.zih.tu-dresden.de/docs/software/math_libraries.md index d7ff054df..9801fc838 100644 --- a/doc.zih.tu-dresden.de/docs/software/math_libraries.md +++ b/doc.zih.tu-dresden.de/docs/software/math_libraries.md @@ -43,7 +43,7 @@ continuously developed further. - [BLAS reference implementation](https://www.netlib.org/blas/) in Fortran - [LAPACK reference implementation](https://www.netlib.org/lapack/) - [ScaLAPACK reference implementation](https://www.netlib.org/scalapack/) -- [OpenBlas](www.openblas.net) +- [OpenBlas](http://www.openblas.net) - For GPU implementations, refer to the [GPU section](#libraries-for-gpus) ## AMD Optimizing CPU Libraries (AOCL) diff --git a/doc.zih.tu-dresden.de/docs/software/software_development_overview.md b/doc.zih.tu-dresden.de/docs/software/software_development_overview.md index ac568513b..ed38b2b5d 100644 --- a/doc.zih.tu-dresden.de/docs/software/software_development_overview.md +++ b/doc.zih.tu-dresden.de/docs/software/software_development_overview.md @@ -9,7 +9,7 @@ It will tell you: - [Using compilers](compilers.md) - [GPU programming](gpu_programming.md) - How to use libraries - - [Using mathematical libraries](libraries.md) + - [Using mathematical libraries](math_libraries.md) - How to deal with (or even prevent) bugs - [Find caveats and hidden errors in MPI application codes](mpi_usage_error_detection.md) - [Using debuggers](debuggers.md) diff --git a/doc.zih.tu-dresden.de/mkdocs.yml b/doc.zih.tu-dresden.de/mkdocs.yml index 540697029..b3cc1433e 100644 --- a/doc.zih.tu-dresden.de/mkdocs.yml +++ b/doc.zih.tu-dresden.de/mkdocs.yml @@ -62,7 +62,7 @@ nav: - Building Software: software/building_software.md - Compilers: software/compilers.md - GPU Programming: software/gpu_programming.md - - Libraries: software/libraries.md + - Libraries: software/math_libraries.md - MPI Error Detection: software/mpi_usage_error_detection.md - Debugging: software/debuggers.md - Pika: software/pika.md -- GitLab