From fde69ed959f4517b6e6b8b0eb7bae7f516757b2c Mon Sep 17 00:00:00 2001 From: 9Lukas5 <lukas.wiest@infinite-tech.solutions> Date: Sat, 20 Mar 2021 00:12:46 +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 b5f336b..e81abb1 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ This is the source code repository for the DTT JUnit5 testrunner. 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