From 7d2277a65a2e1704ceb9c9c7692412769cae78e7 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Sat, 17 Nov 2018 17:00:47 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e82cb..9e74bfb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Pass `--no-embedded` to disable the embedded zcashd and force zec-qt-wallet to c ## Compiling from source zec-qt-wallet is written in C++ 14, and can be compiled with g++/clang++/visual c++. It also depends on Qt5, which you can get from [here](https://www.qt.io/download) -See detailed build instructions [on the wiki](wiki/Compiling-from-source-code) +See detailed build instructions [on the wiki](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Compiling-from-source-code) ### Compiling on Linux