summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst6
-rw-r--r--docs/quick_tour.rst2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 8c8a0a18d..9a34f088b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -39,9 +39,9 @@ speed right away.
format, with somewhat deeper treatment of each topic and with working code.
* Like learning by example? Visit the official :ref:`html_tutorials` as well as
- the community-contributed :ref:`Pyramid tutorials
- <tutorials:pyramid-tutorials>`, which include a :ref:`Todo List Application
- in One File <tutorials:single-file-tutorial>`.
+ the community-contributed :ref:`Pyramid Tutorials
+ <tutorials:pyramid-tutorials>` and :ref:`Pyramid Cookbook
+ <cookbook:pyramid-cookbook>`.
* For help getting Pyramid set up, try :ref:`installing_chapter`.
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index be5be2e36..56ca53a69 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -98,7 +98,7 @@ one that we will revisit regurlarly in this *Quick Tour*.
.. seealso:: See also:
:ref:`Quick Tutorial Hello World <qtut_hello_world>`,
:ref:`firstapp_chapter`, and
- :ref:`Single File Tasks tutorial <tutorials:single-file-tutorial>`
+ :ref:`Todo List Application in One File <cookbook:single-file-tutorial>`
Handling web requests and responses
===================================