Skip to content

Commit

Permalink
Fix links (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalesandro authored Aug 20, 2018
1 parent 6a42dbf commit 32469cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _docs/testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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!

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
Expand Down
2 changes: 1 addition & 1 deletion _docs/testnet/client-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 32469cd

Please sign in to comment.