summaryrefslogtreecommitdiff
path: root/docs/quick_tour.rst
diff options
context:
space:
mode:
authorLuisCastilloH <andres.castillo.hdez@gmail.com>2018-05-16 10:14:04 -0500
committerLuisCastilloH <andres.castillo.hdez@gmail.com>2018-05-16 10:14:04 -0500
commite6581faba90297aec9e41293be8c181f89e6816d (patch)
tree9a9ba93b2d922b5df3425379709906c99bb7f72a /docs/quick_tour.rst
parentd71bbc6358e1bc5a84a2d9ab637bdf32d027431c (diff)
downloadpyramid-e6581faba90297aec9e41293be8c181f89e6816d.tar.gz
pyramid-e6581faba90297aec9e41293be8c181f89e6816d.tar.bz2
pyramid-e6581faba90297aec9e41293be8c181f89e6816d.zip
Update GitHub URLs for tutorials
Diffstat (limited to 'docs/quick_tour.rst')
-rw-r--r--docs/quick_tour.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index 6d31cdc4e..97dda98c0 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -10,7 +10,7 @@ for those who want to evaluate Pyramid, whether you are new to Python web
frameworks, or a pro in a hurry. For more detailed treatment of each topic,
give the :ref:`quick_tutorial` a try.
-If you would prefer to cut and paste the example code in this tour you may browse the source code on `GitHub <https://github.com/Pylons/pyramid/blob/master/docs/quick_tour/>`. If you have downloaded the source code, you will find the tour in the same location.
+If you would prefer to cut and paste the example code in this tour you may browse the source code located in the `Pyramid repository in the directory "docs/quick_tour" <https://github.com/Pylons/pyramid/>`. If you have downloaded the source code, you will find the tour in the same location.
Installation
============