fixed problematic hyperlinks in setup-run-node.md

This commit is contained in:
Troy McConaghy 2017-04-13 12:35:30 +02:00
parent 7f8ab60d3b
commit efa20aea66

View File

@ -23,7 +23,9 @@ Start RethinkDB using:
$ rethinkdb $ rethinkdb
``` ```
You can verify that RethinkDB is running by opening the RethinkDB web interface in your web browser. It should be at [http://localhost:8080/](http://localhost:8080/). You can verify that RethinkDB is running by opening the RethinkDB web interface in your web browser. It should be at http://localhost:8080/
<!-- Don't hyperlink http://localhost:8080/ because Sphinx will fail when you do "make linkcheck" -->
To run BigchainDB Server, do: To run BigchainDB Server, do:
```text ```text
@ -87,11 +89,11 @@ Start RethinkDB:
docker-compose up -d rdb docker-compose up -d rdb
``` ```
The RethinkDB web interface should be accessible at <http://localhost:58080/>. The RethinkDB web interface should be accessible at http://localhost:58080/.
Depending on which platform, and/or how you are running docker, you may need Depending on which platform, and/or how you are running docker, you may need
to change `localhost` for the `ip` of the machine that is running docker. As a to change `localhost` for the `ip` of the machine that is running docker. As a
dummy example, if the `ip` of that machine was `0.0.0.0`, you would access the dummy example, if the `ip` of that machine was `0.0.0.0`, you would access the
web interface at: <http://0.0.0.0:58080/>. web interface at: http://0.0.0.0:58080/.
Start a BigchainDB node: Start a BigchainDB node: