Browse Source

add missing port to localhost URL

pull/2747/head
Aaron Hall, MBA 6 years ago committed by GitHub
parent
commit
a6750079f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/tutorial/static.rst

2
docs/tutorial/static.rst

@ -55,7 +55,7 @@ the following into the ``flaskr/static/style.css`` file:
You can find a less compact version of ``style.css`` in the
:gh:`example code <examples/tutorial/flaskr/static/style.css>`.
Go to http://127.0.0.1/auth/login and the page should look like the
Go to http://127.0.0.1:5000/auth/login and the page should look like the
screenshot below.
.. image:: flaskr_login.png

Loading…
Cancel
Save