summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/static_assets.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-09-16 02:18:11 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-09-16 02:18:11 +0200
commitd749bf4c987c4ab90bd5f89326e7d4059e4f47b3 (patch)
tree69a4e468a29a39ec90e8f6618073bc4eba250a28 /docs/quick_tutorial/static_assets.rst
parentb0b28ede912c817a62a84b97c332e39eda02d166 (diff)
downloadpyramid-d749bf4c987c4ab90bd5f89326e7d4059e4f47b3.tar.gz
pyramid-d749bf4c987c4ab90bd5f89326e7d4059e4f47b3.tar.bz2
pyramid-d749bf4c987c4ab90bd5f89326e7d4059e4f47b3.zip
make example links clickable, for convenience
Diffstat (limited to 'docs/quick_tutorial/static_assets.rst')
-rw-r--r--docs/quick_tutorial/static_assets.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/static_assets.rst b/docs/quick_tutorial/static_assets.rst
index b4e8f21e8..1d6afae18 100644
--- a/docs/quick_tutorial/static_assets.rst
+++ b/docs/quick_tutorial/static_assets.rst
@@ -53,13 +53,13 @@ Steps
(venv)$ pserve development.ini --reload
-#. Open ``http://localhost:6543/`` in your browser.
+#. Open http://localhost:6543/ in your browser.
Analysis
========
We changed our WSGI application to map requests under
-``http://localhost:6543/static/`` to files and directories inside a
+http://localhost:6543/static/ to files and directories inside a
``static`` directory inside our ``tutorial`` package. This directory
contained ``app.css``.