Skip to content

Commit

Permalink
update link to rest api doc in console
Browse files Browse the repository at this point in the history
  • Loading branch information
czepluch authored and LefterisJP committed Sep 7, 2017
1 parent 73a92cb commit 5b6525e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions raiden/ui/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,7 @@ def run(ctx, **kwargs):
print(
"The Raiden API RPC server is now running at http://{}:{}/.\n\n"
"See the Raiden documentation for all available endpoints at\n"
"https://github.com/raiden-network/raiden/blob/master"
"/docs/Rest-Api.rst".format(
"http://raiden-network.readthedocs.io/en/stable/rest_api.html".format(
api_host,
api_port,
)
Expand Down

0 comments on commit 5b6525e

Please sign in to comment.