From cf5c643162cc10e0a35719948b4ea9899e39ff1d Mon Sep 17 00:00:00 2001 From: 9Lukas5 <lukas.wiest@infinite-tech.solutions> Date: Sat, 20 Mar 2021 00:13:21 +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 325784e..48bd16f 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ This is the source code repository for the DTT example submission 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