From b783520d26f510ea57c0f98622d7cea01da59af7 Mon Sep 17 00:00:00 2001 From: tokidoki Date: Wed, 23 Mar 2022 10:43:15 +0700 Subject: [PATCH] fix(docs): update running guide link in readme (#3942) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e3a94a3..927500992 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ for your platform: - **libclang:** the `libclang`, `libclang-dev`, `llvm`, or `llvm-dev` packages, depending on your package manager - **clang** or another C++ compiler: `g++`, `Xcode`, or `MSVC` 3. Run `cargo install --locked --git https://github.com/ZcashFoundation/zebra --tag v1.0.0-beta.5 zebrad` -4. Run `zebrad start` (see [Running Zebra](user/run.md) for more information) +4. Run `zebrad start` (see [Running Zebra](https://zebra.zfnd.org/user/run.html) for more information) If you're interested in testing out `zebrad` please feel free, but keep in mind that there is a lot of key functionality still missing.