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 d7ff054dfec4a526f35c7a8e586a1fc4576d4d87..9801fc83866c0f12025b67c0f2b6e7e3434df640 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 ac568513b3e1f120b53f050fe94d6ffca3057858..ed38b2b5d83d738c131d3129990e24a28610f39b 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 540697029e5004d5e8d4a4c6b044a9b11ef572cd..b3cc1433e4f1fbbe25f8a04873b15675961f089c 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