From 5ca51ba0226d12e93d4474ed237355abb57fdbf2 Mon Sep 17 00:00:00 2001 From: 9Lukas5 <lukas.wiest@infinite-tech.solutions> Date: Sat, 20 Mar 2021 00:13:41 +0100 Subject: [PATCH] chore: update docs root link --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d09a8ab..b3746c5 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ This is the source code repository for the DTT example unittest with JUnit5. Documentation for this is done with GitLab Pages using MkDocs and is available here: -[https://transfer.hft-stuttgart.de/pages/dtt/][pages-link] +[https://transfer.hft-stuttgart.de/pages/dtt/documentation][pages-link] If you don't want to open the Webpage or it is not available for whatever reason, the documentation root is found [here][docs-root] [docs-root]: https://transfer.hft-stuttgart.de/gitlab/dtt/documentation/-/blob/master/docs/index.md -[pages-link]: https://transfer.hft-stuttgart.de/pages/dtt/ +[pages-link]: https://transfer.hft-stuttgart.de/pages/dtt/documentation + -- GitLab