From fa9291399199c2f9d80d532a0e8c3dd50d8563fb Mon Sep 17 00:00:00 2001
From: LuisCastilloH <andres.castillo.hdez@gmail.com>
Date: Thu, 17 May 2018 21:34:11 +0200
Subject: [PATCH] Update GitHub URLs for tutorials

---
 docs/quick_tutorial/tutorial_approach.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/quick_tutorial/tutorial_approach.rst b/docs/quick_tutorial/tutorial_approach.rst
index 8da9f71..7d87b6a 100644
--- a/docs/quick_tutorial/tutorial_approach.rst
+++ b/docs/quick_tutorial/tutorial_approach.rst
@@ -15,7 +15,7 @@
 the smallest possible "single file WSGI app" example. Each of these steps
 introduces a topic and a very small set of concepts via working code. The steps
 each correspond to a directory in our workspace, where each step's directory is
-a Python package.
+a Python package. Source code used in this tutorial is located in the `Pyramid repository in the directory "docs/quick_tutorial" <https://github.com/Pylons/pyramid/>`_. You may ``git clone`` the repository, download, or copy-paste the source code. If you do so, then make sure you use the same branch as this documentation.
 
 As we develop our tutorial, our directory tree will resemble the structure
 below:

--
Gitblit v1.9.3