diff --git a/Large-app-how-to.md b/Large-app-how-to.md index b98cc1e..b0f5543 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -388,7 +388,7 @@ now you can go in your root, activate your virtual env and run `python run.py` . * Running on http://127.0.0.1:5000/ * Restarting with reloader -Open your web-browser at `http://127.0.0.1:5000/users/me/`, you should be redirected to the login page and see a link to the register page. +Open your web-browser at [http://127.0.0.1:5000/users/me/], you should be redirected to the login page and see a link to the register page. # Other good practices @@ -396,7 +396,6 @@ Open your web-browser at `http://127.0.0.1:5000/users/me/`, you should be redire ## Javascript's namespace - # Setting up your web server ## NGinx