From 42d5f5ef75c5f7e496d18627f0160e7a826c9b6c Mon Sep 17 00:00:00 2001 From: woodser Date: Sat, 7 Aug 2021 15:08:06 -0400 Subject: [PATCH] fix link to WalletConfig.java --- docs/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing.md b/docs/installing.md index 22ca2766abf..fb7a565f69b 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -11,7 +11,7 @@ These are the steps needed to set up a local Haveno test network. ## 2. Build Haveno 1. Download this repository. Run `git clone https://github.com/haveno-dex/haveno.git` -2. Navigate inside the repository (`cd haveno`) and start the build: `./gradlew build`. It will take some minutes. If you know what you are doing you can modify [WalletConfig.java](core/src/main/java/bisq/core/btc/setup/WalletConfig.java) with custom settings before building. +2. Navigate inside the repository (`cd haveno`) and start the build: `./gradlew build`. It will take some minutes. If you know what you are doing you can modify [WalletConfig.java](/core/src/main/java/bisq/core/btc/setup/WalletConfig.java) with custom settings before building. ## 3. Run Monero