From 9511b7c51c41d371dac851b7de3887246bf772c0 Mon Sep 17 00:00:00 2001 From: Eric Brinkman Date: Wed, 24 Aug 2022 00:07:40 -0500 Subject: [PATCH] Fix doc links (#5199) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27e4b5e2be..855b7ecf8c 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,15 @@ Venus is an implementation of the Filecoin Distributed Storage Network. For more ## Building & Documentation -For instructions on how to build, install and join a venus storage pool, please visit [here](https://venus.filecoin.io/guide/Using-venus-Shared-Modules.html). +For instructions on how to build, install and join a venus storage pool, please visit [here](https://venus.filecoin.io/intro/). ## Venus architecture -With key features like security, ease of use and distributed storage pool, the deployment of a node using Venus is quite different from the one using [Lotus](https://github.com/filecoin-project/lotus). Details of mining architecture can be found [here](https://venus.filecoin.io/guide/#how-venus-works). +With key features like security, ease of use and distributed storage pool, the deployment of a node using Venus is quite different from the one using [Lotus](https://github.com/filecoin-project/lotus). Details of mining architecture can be found [here](https://venus.filecoin.io/intro/#how-venus-works). ## Related modules -Venus loosely describes a collection of modules that work together to realize a fully featured Filecoin implementation. List of stand-alone venus modules repos can ben found [here](https://venus.filecoin.io/guide/Using-venus-Shared-Modules.html#introducing-venus-modules), each assuming different roles in the functioning of Filecoin. +Venus loosely describes a collection of modules that work together to realize a fully featured Filecoin implementation. List of stand-alone venus modules repos can be found [here](https://venus.filecoin.io/intro/#how-venus-works), each assuming different roles in the functioning of Filecoin. ## Contribute