summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjørnar Myrheim <45852703+myrheimb@users.noreply.github.com>2019-04-28 11:26:39 -0700
committerSteve Piercy <web@stevepiercy.com>2019-04-28 22:03:36 -0700
commitde83cae2b41eb96912ffea9498fb3ddd7d859a1c (patch)
tree7208b42b57c5c65a90ab0449ec77705ec7b569f2 /docs
parentadfa84d0ea9259892c1d8889e3e0172980983df2 (diff)
downloadpyramid-de83cae2b41eb96912ffea9498fb3ddd7d859a1c.tar.gz
pyramid-de83cae2b41eb96912ffea9498fb3ddd7d859a1c.tar.bz2
pyramid-de83cae2b41eb96912ffea9498fb3ddd7d859a1c.zip
Update firstapp.rst
Changed the URL for the 'hello' route in "Creating Your First Pyramid Application" so that it doesn't give a 404.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/firstapp.rst4
1 files changed, 2 insertions, 2 deletions
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 `<http://localhost:6543/hello/world>`_ in a browser
+your local system, using `<http://localhost:6543/>`_ in a browser
will show this result.
Each time you visit a URL served by the application in a browser, a logging