From 3ea9d31b6aa667801baa2fbda371dbabc35769fb Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm <philipp@uvos.xyz> Date: Tue, 26 Sep 2023 14:18:37 +0200 Subject: [PATCH] fix readme mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8da53..ac30f37 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ _libeisdrt_ is a c++ shared library to compute Distribution of Relaxation Times using Tikhonov regularization. _libeisdrt_ is well integrated to eisgenerator, Eigen and PyTorch. -Full documentaton can be found [git](https://uvos.xyz/kiss/libdrtdoc) or by building the doc target +Full documentaton can be found [here](https://uvos.xyz/kiss/libdrtdoc) or by building the doc target ## Building -- GitLab