From 686baa65175446e047d249e56b574a4788cac377 Mon Sep 17 00:00:00 2001 From: Roland Grinis Date: Wed, 14 Jul 2021 08:26:00 +0100 Subject: [PATCH] typo in readme --- kmath-noa/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kmath-noa/README.md b/kmath-noa/README.md index b4c255ea2..fffa26524 100644 --- a/kmath-noa/README.md +++ b/kmath-noa/README.md @@ -224,6 +224,7 @@ scope.disposeAll() // Attempts to use tensor here is undefined behaviour ``` -For more examples have a look at [NOA documentation](https://github.com/grinisrit/noa/tree/master/docs). +For more examples have a look at +[NOA](https://github.com/grinisrit/noa) docs. Contributed by [Roland Grinis](https://github.com/grinisrit)