Update consistency of <manager-IP>:<port> (#2111)

On the "Sample app overview" page all blocks of IP address and port are shown as <manager-IP>:5000 or <manager-IP>:5001.
On this page "Try it out and vote" I see some inconsistency of these forms and fixed them, because I think the style format must be in the form "<manager-IP>:5000", e.g., colon after character ">".
This commit is contained in:
Ivan Ivanov 2017-03-05 17:49:25 +02:00 committed by John Mulhausen
parent 751ffaa659
commit 5ee2ad9a8c
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ worker nodes, containers and services on a visualizer.
## Vote for cats and dogs
Go to `<MANAGER-IP:>5000` in a web browser to view the voting page from a user perspective.
Go to `<MANAGER-IP>:5000` in a web browser to view the voting page from a user perspective.
![Voting web page](images/vote.png)
@ -20,7 +20,7 @@ Click on either cats or dogs to vote.
## View the results tally
Now, go to `MANAGER-IP:5001` in a web browser to view the voting results tally, as one might do in the role of poll coordinator. The tally is shown by percentage in the current configuration of the app.
Now, go to `<MANAGER-IP>:5001` in a web browser to view the voting results tally, as one might do in the role of poll coordinator. The tally is shown by percentage in the current configuration of the app.
![Results web page](images/vote-results.png)
@ -32,7 +32,7 @@ examples.
## Use the visualizer to monitor the app
Go to `<MANAGER-IP:>8080` to get a visual map of how the application is
Go to `<MANAGER-IP>:8080` to get a visual map of how the application is
deployed.
![Visualizer web page](images/visualizer.png)