Skip to content

Commit

Permalink
Updated doc links to new docs site (hyperledger#516)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
  • Loading branch information
MadelineMurray authored Jan 8, 2019
1 parent 4a43a0f commit b2a33c2
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,28 @@ Pantheon is an Apache 2.0 licensed, MainNet compatible, Ethereum client written

## Pantheon Users

The process for installing and running Pantheon as a user is different to when developing. All user documentation is on our [Wiki] and some processes are different to those described in this Readme.
The process for installing and running Pantheon as a user is different to when developing. Some processes in our [user documentation](https://docs.pantheon.pegasys.tech/en/latest/) are different to those described in this Readme.

### Install and Run Pantheon

Installing and running Pantheon is described in the Wiki:
Installing and running Pantheon:
* [Installation]
* [Quickstart]
* [Getting Started]

### Documentation

User and reference documentation available on the Wiki includes:
User and reference documentation available includes:
* [Command Line Options]
* [JSON-RPC API]
* [Docker Quickstart Tutorial]
* [Private Network Quickstart]
* [Configuring Pantheon]
* [Using Pantheon]

## Pantheon Developers

* [Contribution Guidelines](CONTRIBUTING.md)
* [Coding Conventions](CODING-CONVENTIONS.md)
* [Wiki] for running and using Pantheon
* [User Documentation] for running and using Pantheon

### Development
Instructions for how to get started with developing on the Pantheon codebase. Please also read the
Expand All @@ -39,13 +40,14 @@ Instructions for how to get started with developing on the Pantheon codebase. Pl
* [Code Coverage](docs/development/code-coverage.md)
* [Logging](docs/development/logging.md)

[Wiki]: https://github.com/PegaSysEng/pantheon/wiki
[Installation]: https://github.com/PegaSysEng/pantheon/wiki/Installation
[Quickstart]: https://github.com/PegaSysEng/pantheon/wiki/Quickstart
[Docker Quickstart Tutorial]: https://github.com/PegaSysEng/pantheon/wiki/Docker-Quickstart
[Command Line Options]: https://github.com/PegaSysEng/pantheon/wiki/Pantheon-CLI-Syntax
[JSON-RPC API]: https://github.com/PegaSysEng/pantheon/wiki/JSON-RPC-API
[Using Pantheon]: https://github.com/PegaSysEng/pantheon/wiki/Transactions
[User Documentation]: https://docs.pantheon.pegasys.tech/en/latest/
[Installation]: https://docs.pantheon.pegasys.tech/en/latest/Installation/Overview/
[Getting Started]: https://docs.pantheon.pegasys.tech/en/latest/Getting-Started/Getting-Started/
[Private Network Quickstart]: https://docs.pantheon.pegasys.tech/en/latest/Getting-Started/Private-Network-Quickstart/
[Command Line Options]: https://docs.pantheon.pegasys.tech/en/latest/Reference/Pantheon-CLI-Syntax/
[JSON-RPC API]: https://docs.pantheon.pegasys.tech/en/latest/Reference/Using-JSON-RPC-API/
[Configuring Pantheon]: https://docs.pantheon.pegasys.tech/en/latest/Configuring-Pantheon/NetworkID-And-ChainID/
[Using Pantheon]: https://docs.pantheon.pegasys.tech/en/latest/Using-Pantheon/Transactions/

## Release Notes

Expand Down

0 comments on commit b2a33c2

Please sign in to comment.