From 139ad9f01cbe9c32b2a052078c5a3688757b2bff Mon Sep 17 00:00:00 2001 From: Lachlan Easton Date: Sun, 15 Mar 2020 11:58:06 +1100 Subject: [PATCH] Update Building.md (#38) FAQ.html contains the FAQ, no information there is given for reporting a bug. --- Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building.md b/Building.md index da28ace..fbfa33f 100644 --- a/Building.md +++ b/Building.md @@ -43,7 +43,7 @@ pacman -S git wget gcc gdb make cmake tar unzip zip curl jq python *You do not need to build Rack to build plugins if you use the Rack SDK.* -*If the build fails for you, please [report the issue](FAQ.html#i-found-a-bug) to help the portability of Rack.* +*If the build fails for you, please [report the issue](Issues.html) to help the portability of Rack.* Clone this repository with `git clone https://github.com/VCVRack/Rack.git` and `cd Rack`. Make sure there are no spaces in your absolute path, since this breaks the Makefile-based build system.