Updated how-prysm-works link in README.md (#3412)

Updated how-prysm-works link in README.md
This commit is contained in:
Marius Kjærstad 2019-09-06 03:29:54 +02:00 committed by Preston Van Loon
parent 14c59b2ff9
commit b133bced26

View File

@ -70,7 +70,7 @@ bazel build //validator:validator
Bazel will automatically pull and install any dependencies as well, including Go and necessary compilers.
## Running an Ethereum 2.0 Beacon Node
To understand the role that both the beacon node and validator play in Prysm, see [this section of our documentation](https://prysmaticlabs.gitbook.io/prysm/how-prysm-works/basic-architecture-overview).
To understand the role that both the beacon node and validator play in Prysm, see [this section of our documentation](https://prysmaticlabs.gitbook.io/prysm/how-prysm-works/overview-technical).
### Running via Docker