Skip to content

Commit

Permalink
Fix link to the docs (hyperledger-iroha#1589)
Browse files Browse the repository at this point in the history
The link to the ReadTheDocs site needs to either be http://iroha.readthedocs.io or http://iroha.readthedocs.io/en/latest/. I've shortened it to the root url in the fix. The way it currently is (http://iroha.readthedocs.io/en/) results in a 404.

Signed-off-by: Kevin McMahon <[email protected]>
  • Loading branch information
kevinmcmahon authored and l4l committed Jul 25, 2018
1 parent b2a5906 commit 2f62150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Among the non-functional requirements can be noted a high degree of network faul

## Documentation

Our documentation is hosted at ReadTheDocs service here: [http://iroha.readthedocs.io](http://iroha.readthedocs.io/en/).
Our documentation is hosted at ReadTheDocs service here: [http://iroha.readthedocs.io](http://iroha.readthedocs.io).
We have documentation in several languages available and you are welcome to contribute on [POEditor website](https://poeditor.com/join/project/SFpZw7o33o)!

### How to explore Iroha really fast?
Expand Down

0 comments on commit 2f62150

Please sign in to comment.