From f8a12b8482c3a013697e0ed2b616b7fd277146db Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Mon, 4 Mar 2019 00:02:45 +0100 Subject: [PATCH] Fix dead link in README of suites. --- test/suites/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/suites/README.md b/test/suites/README.md index 7558d99d..489cca49 100644 --- a/test/suites/README.md +++ b/test/suites/README.md @@ -1,5 +1,5 @@ # Authelia Suites A **suite** is a kind of virtual environment for Authelia. Please -read the related documentation [here](../docs/suites.md) to get more -details. \ No newline at end of file +read the related documentation [here](../../docs/suites.md) to get more +details.