docs: fix urls

pull/398/head
Nain Tornez 2019-08-27 11:36:40 -05:00 committed by Clément Michaud
parent fbe7b77bce
commit 190e85a79d
1 changed files with 3 additions and 3 deletions

View File

@ -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