Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed spelling and a few links #391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NixOps deployment configuration for IOHK/Cardano devops.

For examples on how you can deploy your own testnet please refer to the
[REAME](examples/shelley-testnet/README.md) of the Shelley testnet example.
[README](examples/shelley-testnet/README.md) of the Shelley testnet example.

## Explorer upgrades

Expand Down
4 changes: 2 additions & 2 deletions examples/shelley-testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ features a setup with 1 OBFT node and 3 stakepools. The OBFT node is needed to
bootstrap the network, and produce blocks. The 3 stakepools need to be
registered and the decentralization parameter needs to be changed from 1 so
that the pools can start producing blocks. We provide a
[setup-stakepools-block-production.sh](examples/shelley-testnet/scripts/setup-stakepools-block-production.sh)
[setup-stakepools-block-production.sh](https://github.com/input-output-hk/cardano-ops/blob/master/examples/shelley-testnet/scripts/setup-stakepools-block-production.sh)
script which performs these tasks and illustrates how they can be done.

Use this template to create the global topology files:
Expand Down Expand Up @@ -398,7 +398,7 @@ examples below:

- [nix.dev](https://nix.dev/)
- [Making a Shelley blockchain from scratch](https://github.com/input-output-hk/cardano-node/blob/62485960494d914f8efd06ed0d8357d41a8f9d26/doc/reference/shelley-genesis.md)
- [Cardano node documentation](https://docs.cardano.org/projects/cardano-node/en/latest/)
- [Cardano node documentation](https://docs.cardano.org/projects/cardano-node/)
- [Documentation about multisig](https://github.com/input-output-hk/cardano-node/blob/72987eb866346d141cfd76d73065c440307651aa/doc/reference/multisig.md#example-of-using-multi-signature-scripts)

[`nix`]: https://nixos.org/download.html "nix installation instructions"
Expand Down