diff options
| author | LuisCastilloH <andres.castillo.hdez@gmail.com> | 2018-05-16 10:14:04 -0500 |
|---|---|---|
| committer | LuisCastilloH <andres.castillo.hdez@gmail.com> | 2018-05-16 10:14:04 -0500 |
| commit | e6581faba90297aec9e41293be8c181f89e6816d (patch) | |
| tree | 9a9ba93b2d922b5df3425379709906c99bb7f72a /docs/quick_tutorial | |
| parent | d71bbc6358e1bc5a84a2d9ab637bdf32d027431c (diff) | |
| download | pyramid-e6581faba90297aec9e41293be8c181f89e6816d.tar.gz pyramid-e6581faba90297aec9e41293be8c181f89e6816d.tar.bz2 pyramid-e6581faba90297aec9e41293be8c181f89e6816d.zip | |
Update GitHub URLs for tutorials
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | 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 b76b1be40..7d87b6a49 100644 --- a/docs/quick_tutorial/tutorial_approach.rst +++ b/docs/quick_tutorial/tutorial_approach.rst @@ -15,7 +15,7 @@ This "Getting Started" tutorial is broken into independent steps, starting with 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. Source code used in this tutorial is located in the `Pyramid repository in the directory "docs/quick_tutorial" <https://github.com/Pylons/pyramid/tree/master/docs/quick_tutorial>`_. 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. +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: |
