From 3832b55312451b0198c8b7704ae735cb8b37e1f0 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Tue, 24 Nov 2020 12:47:12 +1100 Subject: [PATCH] [DOCS] Fix links in Contributing (#1484) --- docs/contributing/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 5838c61b..805cb74a 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -21,7 +21,7 @@ Then, start the *Standalone* [suite]. $ authelia-scripts suites setup Standalone A [suite] is kind of a virtual environment for running Authelia in a complete ecosystem. -If you want more details please read the related [documentation](./contributing/suites.md). +If you want more details please read the related [documentation](./suites.md). ## FAQ @@ -52,4 +52,4 @@ Copy the following lines in your /etc/hosts. you can access the listed sub-domains from your browser and they will target the reverse proxy. -[suite]: ./contributing/suites.md \ No newline at end of file +[suite]: ./suites.md \ No newline at end of file