From de83cae2b41eb96912ffea9498fb3ddd7d859a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rnar=20Myrheim?= <45852703+myrheimb@users.noreply.github.com> Date: Sun, 28 Apr 2019 11:26:39 -0700 Subject: Update firstapp.rst Changed the URL for the 'hello' route in "Creating Your First Pyramid Application" so that it doesn't give a 404. --- docs/narr/firstapp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst index 49d9b467f..9bc79ac1b 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -38,9 +38,9 @@ On Windows: %VENV%\Scripts\python helloworld.py This command will not return and nothing will be printed to the console. When -port 6543 is visited by a browser on the URL ``/hello/world``, the server will +port 6543 is visited by a browser on the URL ``/``, the server will simply serve up the text "Hello world!". If your application is running on -your local system, using ``_ in a browser +your local system, using ``_ in a browser will show this result. Each time you visit a URL served by the application in a browser, a logging -- cgit v1.2.3