From 48b6b3884ff2b851fe0c0da70e15adab630399a1 Mon Sep 17 00:00:00 2001 From: Karoly Albert Szabo Date: Thu, 14 Mar 2019 17:09:39 +0100 Subject: [PATCH] Merge PR #3891: Fix link to genesis --- docs/gaia/join-mainnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gaia/join-mainnet.md b/docs/gaia/join-mainnet.md index 4bc6a2f685..792f258503 100644 --- a/docs/gaia/join-mainnet.md +++ b/docs/gaia/join-mainnet.md @@ -56,7 +56,7 @@ Fetch the testnet's `genesis.json` file into `gaiad`'s config directory. ```bash mkdir -p $HOME/.gaiad/config -curl https://raw.githubusercontent.com/cosmos/launch/master/latest/genesis.json > $HOME/.gaiad/config/genesis.json +curl https://raw.githubusercontent.com/cosmos/launch/master/genesis.json > $HOME/.gaiad/config/genesis.json ``` Note we use the `latest` directory in the [launch repo](https://github.com/cosmos/launch) which contains details for the mainnet like the latest version and the genesis file.