Skip to content

Commit

Permalink
Fixed link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brianaeng committed Feb 14, 2017
1 parent 4bd717d commit c7f92d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beginner/chapters/votingapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Now that the app is running, you can go to `http://localhost:5000` to see:

<img src="../images/vote.png" title="vote">

Click on one to vote. You can check the results at `http://localhost:5001>`.
Click on one to vote. You can check the results at `http://localhost:5001`.

**NOTE**: If you are running this tutorial in a cloud environment like AWS, Azure, Digital Ocean, or GCE you will not have direct access to localhost or 127.0.0.1 via a browser. A work around for this is to leverage ssh port forwarding. Below is an example for Mac OS. Similarly this can be done for Windows and Putty users.

Expand Down

0 comments on commit c7f92d5

Please sign in to comment.