Skip to content

Commit 5a75da5

Browse files
aaronchalldavidism
authored andcommitted
add missing port to localhost URL
1 parent 9b6845f commit 5a75da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/static.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ the following into the ``flaskr/static/style.css`` file:
5555
You can find a less compact version of ``style.css`` in the
5656
:gh:`example code <examples/tutorial/flaskr/static/style.css>`.
5757

58-
Go to http://127.0.0.1/auth/login and the page should look like the
58+
Go to http://127.0.0.1:5000/auth/login and the page should look like the
5959
screenshot below.
6060

6161
.. image:: flaskr_login.png

0 commit comments

Comments
 (0)