diff --git a/_docs/testnet/README.md b/_docs/testnet/README.md index fc80829d69..2da0ecf690 100644 --- a/_docs/testnet/README.md +++ b/_docs/testnet/README.md @@ -13,7 +13,7 @@ Finally, some warnings. The Akash testnet is at an alpha-level stage of developm Fundamentally, the Akash testnet is a deployment platform with a CLI and intended for relatively sophisticated users. If you are comfortable managing instances via the AWS API and can build and deploy a Docker container, you will find the Akash testnet easy to use. If not, please feel free to give it a shot, but you might find it confusing. ### Documentation -Full usage docs may be found at https://github.com/ovrclk/akash/_docs/testnet/client-usage.md +Full usage docs may be found at https://github.com/ovrclk/akash/blob/master/_docs/testnet/client-usage.md ### Installing the Akash client The Akash client has been tested on Linux and MacOS. It *should* also work on Windows, but we haven't tested it - let us know if you try! @@ -21,7 +21,7 @@ The Akash client has been tested on Linux and MacOS. It *should* also work on Wi Instructions for installing the Akash client binary may be found here at https://github.com/ovrclk/akash/#installing. ### Getting help -First of course, [RTFM](https://github.com/ovrclk/akash/_docs/testnet/client-usage.md), then please feel free to ask questions in our Telegram channel https://t.me/AkashNW. +First of course, [RTFM](https://github.com/ovrclk/akash/blob/master/_docs/testnet/client-usage.md), then please feel free to ask questions in our Telegram channel https://t.me/AkashNW. ## Getting started diff --git a/_docs/testnet/client-usage.md b/_docs/testnet/client-usage.md index 99ad002bf0..7b28cc38fc 100644 --- a/_docs/testnet/client-usage.md +++ b/_docs/testnet/client-usage.md @@ -13,7 +13,7 @@ The Network contains two major functional elements: Installation instructions for the client binary may be found [here](https://github.com/ovrclk/akash#installing). Each of these package managers will install both `akashd` (the server) and `akash` (the client). This document describes client usage only. # The Akash testnet -The Akash testnet is available for public use. A description of the testnet, registration instructions, and a getting-started guide may be found [here](https://github.com/ovrclk/akash/_docs/testnet). +The Akash testnet is available for public use. A description of the testnet, registration instructions, and a getting-started guide may be found [here](https://github.com/ovrclk/akash/tree/master/_docs/testnet). # Top-level commands These commands are presented as an overview of the features available via the Akash client. Individual command usage is described in subsequent sections.