From 075eecdcb1ed9ba71b28d8b965a8feeac2ac1da8 Mon Sep 17 00:00:00 2001 From: Conor Svensson Date: Tue, 1 Dec 2020 00:04:44 +0000 Subject: [PATCH] Fix broken custom data directories link (#2000) ## Issue Addressed No issue - its a broken link in the docs. ## Proposed Changes Fix the broken link. ## Additional Info N/A in this instance. --- book/src/mainnet-validator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/mainnet-validator.md b/book/src/mainnet-validator.md index da5a8ce40..0443a1a25 100644 --- a/book/src/mainnet-validator.md +++ b/book/src/mainnet-validator.md @@ -3,7 +3,7 @@ [launchpad]: https://launchpad.ethereum.org/ [lh-book]: https://lighthouse-book.sigmaprime.io/ [testnet-validator]: ./testnet-validator.md -[custom-datadir]: ./custom-datadir.md +[advanced-datadir]: ./advanced-datadir.md [license]: https://github.com/sigp/lighthouse/blob/master/LICENSE [slashing]: ./slashing-protection.md [discord]: https://discord.gg/cyAszAh @@ -146,7 +146,7 @@ lighthouse --network mainnet vc ``` > Note: `~/.lighthouse/mainnet` is the default directory which contains the keys and databases. -> To specify a custom dir, see [Custom Directories][custom-datadir]. +> To specify a custom dir, see [Custom Directories][advanced-datadir]. #### Docker users