From c7f92d5b0b493529b52cb074c87c18ac49ddd016 Mon Sep 17 00:00:00 2001 From: Briana Eng Date: Mon, 13 Feb 2017 19:50:12 -0800 Subject: [PATCH] Fixed link typo --- beginner/chapters/votingapp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner/chapters/votingapp.md b/beginner/chapters/votingapp.md index d8e8263e69..f36e0fd71c 100644 --- a/beginner/chapters/votingapp.md +++ b/beginner/chapters/votingapp.md @@ -189,7 +189,7 @@ Now that the app is running, you can go to `http://localhost:5000` to see: -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.