From d041f205fbc5982d0d021c3592eb8233c58ac187 Mon Sep 17 00:00:00 2001 From: David Paez Date: Wed, 5 Apr 2017 23:47:58 -0500 Subject: [PATCH] Add http:// to address in index.rst Signed-off-by: David Paez --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 3038bca246..aaace9abb1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,7 +19,7 @@ and install it from PyPI with the following commands: (venv) mayan-edms.py initialsetup (venv) mayan-edms.py runserver -Point your browser to 127.0.0.1:8000 and use the automatically created admin +Point your browser to http://127.0.0.1:8000 and use the automatically created admin account. .. image:: /_static/overview.gif