From 59098b355a0ae9b592528ff42c95aa6164881e63 Mon Sep 17 00:00:00 2001 From: ebfull Date: Tue, 19 Apr 2022 18:26:34 -0600 Subject: [PATCH] fix(doc): Fix link to run page in installation docs (#4144) --- book/src/user/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/user/install.md b/book/src/user/install.md index 6d454320..966ec8b1 100644 --- a/book/src/user/install.md +++ b/book/src/user/install.md @@ -10,7 +10,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.8 zebrad` -4. Run `zebrad start` (see [Running Zebra](user/run.md) for more information) +4. Run `zebrad start` (see [Running Zebra](run.md) 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.