From eb5b44f58a5d1654a93ef757a7595c9b89a2a91b Mon Sep 17 00:00:00 2001 From: Tobias Wasner Date: Sat, 8 Jul 2023 20:15:32 +0200 Subject: [PATCH] Fix FAQ-link in development-instructions.md (#1009) --- docs/development-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development-instructions.md b/docs/development-instructions.md index cd155ca6df..04cb362e0f 100644 --- a/docs/development-instructions.md +++ b/docs/development-instructions.md @@ -13,7 +13,7 @@ npm install ``` It is not uncommon to run into native library compilation problems at this point. -There are various `src-script/install-*` scripts for different platforms. Please refer to [FAQ](docs/faq.md) for additional details of which script to run on different platforms and then rerun `npm install`. +There are various `src-script/install-*` scripts for different platforms. Please refer to [FAQ](faq.md) for additional details of which script to run on different platforms and then rerun `npm install`. **Start the application:**