From 190e85a79dc18b898a44bbb93629f5d0d155ee68 Mon Sep 17 00:00:00 2001 From: Nain Tornez Date: Tue, 27 Aug 2019 11:36:40 -0500 Subject: [PATCH] docs: fix urls --- docs/build-and-dev.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/build-and-dev.md b/docs/build-and-dev.md index 5d0668feb..61dc56546 100644 --- a/docs/build-and-dev.md +++ b/docs/build-and-dev.md @@ -1,6 +1,6 @@ # Build and dev -**Authelia** is written in Typescript and built with [Authelia scripts](./docs/authelia-scripts.md). +**Authelia** is written in Typescript and built with [Authelia scripts](./authelia-scripts.md). In order to build and contribute to **Authelia**, you need to make sure Node with version >= 8 and < 10 and NPM is installed on your machine. @@ -28,7 +28,7 @@ a kind of virutal environment for **Authelia**, it allows you to run **Authelia* environment, develop and test your patches. A hot-reload feature has been implemented so that you can test your changes in realtime. -The next command will start the suite called [basic](./test/suites/basic/README.md): +The next command will start the suite called [basic](../test/suites/basic/README.md): authelia-scripts suites start basic @@ -51,4 +51,4 @@ command: authelia-scripts suites test -[suites]: ./suites.md \ No newline at end of file +[suites]: ./suites.md