Skip to content

Commit

Permalink
Fix links to hub-tutorials (#1132)
Browse files Browse the repository at this point in the history
* Fix links to hub-tutorials

Some of the links are broken due to the change of the gaia-tutorials folder. This should fix them.

* Update installation.md
  • Loading branch information
nooomski authored Dec 23, 2021
1 parent daeae3b commit 4a548c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ order: 2

# Installation

This guide will explain how to install the `gaiad` binary and run the cli. With this binary installed on a server, you can participate on the mainnet as either a [Full Node](./hub-tutorials/join-mainnet.md) or a [Validator](../validators/validator-setup.md).
This guide will explain how to install the `gaiad` binary and run the cli. With this binary installed on a server, you can participate on the mainnet as either a [Full Node](../hub-tutorials/join-mainnet.md) or a [Validator](../validators/validator-setup.md).

## Build Requirements

Expand Down Expand Up @@ -120,4 +120,4 @@ The `replace` clause you add to `go.mod` must provide the correct import path:

## Next

Now you can [join the mainnet](./hub-tutorials/join-mainnet.md), [the public testnet](./hub-tutorials/join-testnet.md) or [create you own testnet](./hub-tutorials/deploy-testnet.md)
Now you can [join the mainnet](../hub-tutorials/join-mainnet.md), [the public testnet](../hub-tutorials/join-testnet.md) or [create you own testnet](../hub-tutorials/deploy-testnet.md)

0 comments on commit 4a548c8

Please sign in to comment.