From ae6bfee604b8a94858eadc93d108190d8223aa2f Mon Sep 17 00:00:00 2001 From: Mawueli Kofi Adzoe Date: Tue, 16 Mar 2021 08:37:01 -0700 Subject: [PATCH] Update link to Makefile Makefile link is wrong as pointed out in the comments. Its correct location is one level higher than the wrong link. --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index d2b8f78013..7ef838652a 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -7,7 +7,7 @@ This guide describes the testing process performed prior to each release. In order to take part in the testing process, you will need to do the following: - Build Bisq from source (see [build.md](build.md)) -- Setup a development/testing environment (see [Makefile](Makefile) (new) or [dev-setup.md](dev-setup.md) (deprecated)) +- Setup a development/testing environment (see [Makefile](../Makefile) (new) or [dev-setup.md](dev-setup.md) (deprecated)) - Request access to [TestPad](https://bisq.ontestpad.com) (our test management tool) ## Communication Channels