Fixed Broken Markdown links (#483)

This commit is contained in:
terence tsao
2018-09-08 06:50:21 -07:00
committed by GitHub
parent ee91be2c4a
commit 8897ddaa6b
5 changed files with 6 additions and 10 deletions

View File

@@ -129,7 +129,7 @@ bazel run //beacon-chain --\
--verbosity debug
```
Now, deposit ETH to become a validator in the contract using instructions [here](https://github.com/prysmaticlabs/prysm/blob/master/docs/VALIDATOR_REGISTER.md)
Now, deposit ETH to become a validator in the contract using instructions [here](https://github.com/prysmaticlabs/prysm/blob/master/docs/VALIDATOR_REGISTRATION.md)
If you don't want to deposit ETH and become a validator, one option is to run a beacon node as an Observer. A beacon observer node has full privilege to listen in beacon chain and shard chains activities, but it will not participate
in validator duties such as proposing or attesting blocks. In addition, an observer node doesn't need to deposit 32ETH. To run an observer node, you discard the `--validator` flag.