Skip to content

Commit

Permalink
Documentation: readme links fix (iotaledger#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcech authored and GalRogozinski committed Feb 27, 2019
1 parent 9bb3b92 commit bfcce42
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The IRI repository is the main IOTA Reference Implementation and the embodiment

This is a full-featured [[IOTA]](https://iota.org/) node with a convenient JSON-REST HTTP interface.
It allows users to become part of the [[IOTA]](https://iota.org) network as both a transaction relay
and network information provider through the easy-to-use [[API]](https://iota.readme.io/reference).
and network information provider through the easy-to-use [[API]](https://docs.iota.org/docs/iri/0.1/references/api-reference).

It is specially designed for users seeking a fast, efficient and fully-compatible network setup.

Expand All @@ -27,8 +27,8 @@ The IOTA network is an independent peer-to-peer network with a first-user, frien
- As a 'friend-to-friend' network, you have the privilege of joining new users into the network through your node
by adding them to your approved neighbors list — ensuring that you both broadcast to them and also receive their broadcasts.

You can **find neighbors** quickly at both our [[Discord Community]](https://discord.gg/7Gu2mG5) and [[forum.iota.org]](https://forum.iota.org/).
You can **find neighbors** on the #nodesharing channel of our [[Discord server]](https://discord.gg/7Gu2mG5).

Everyone will be welcoming and very happy to help you get connected.
If you want to get tokens for your testcase, please just ask in one of the communication channels.

Expand All @@ -39,7 +39,13 @@ please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.

# Documentation

This page contains basic instructions for setting up an IRI node. You can find the full documentation on our [documentation website](https://docs.iota.org/iri). Also see the [IRI API refernece](https://iota.readme.io/reference).
This page contains basic instructions for setting up an IRI node. You can find the full documentation on:
- Our [documentation website](https://docs.iota.org/docs/iri/0.1/introduction/overview)
- [IRI API refernece](https://docs.iota.org/docs/iri/0.1/references/api-reference)

You can also use one of these great community guides:
- [IOTA Partners guide](https://iota.partners/)
- [IRI Playbook](https://iri-playbook.readthedocs.io/en/master/index.html)

# Installing

Expand All @@ -61,7 +67,7 @@ $ mvn package

This will create a `target` directory in which you will find the executable jar file that you can use.

### How to run IRI
### How to run IRI

#### Locally

Expand Down

0 comments on commit bfcce42

Please sign in to comment.