From cbed8b06b8c8669465ba7107d13e022fb4ce0a56 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 7 Nov 2021 09:19:00 +0100 Subject: [PATCH] docs: fexed broken link to LA library Resolves #308 --- docs/usage.rst | 2 +- docs/use_cases/linear_algebra.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index ca3c2ae3..68f34655 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -32,7 +32,7 @@ This repository contains three independent CMake-based projects: - additionally to the dependencies of *./src* project, it uses: - `Catch2 `_ library as a unit tests framework. - - `linear algebra `_ + - `linear algebra `_ library based on proposal `P1385 `_ used in some examples and tests. - `Doxygen `_ to extract C++ entities information from the source diff --git a/docs/use_cases/linear_algebra.rst b/docs/use_cases/linear_algebra.rst index edefb482..6cc017b0 100644 --- a/docs/use_cases/linear_algebra.rst +++ b/docs/use_cases/linear_algebra.rst @@ -10,7 +10,7 @@ enough to be used with other Linear Algebra libraries existing on the market. All of the examples provided in this chapter refer to the official proposal of the Linear Algebra Library for the C++23 defined in `P1385 `_ - and its latest implementation from `GitHub `_ + and its latest implementation from `GitHub `_ or `Conan `_. Also, to simplify the examples all of them assume::