summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/basiclayout.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-17 00:05:06 -0400
committerChris McDonough <chrism@plope.com>2012-03-17 00:05:06 -0400
commit692fd6816616ed5b3cb9ef3c0f2c6eff2276da93 (patch)
tree064cad54f7f97468990f652ea2deb4536d6c64dc /docs/tutorials/wiki/basiclayout.rst
parentef2b367333b7bc2fb88020eec75eb67f4ca95a6e (diff)
downloadpyramid-692fd6816616ed5b3cb9ef3c0f2c6eff2276da93.tar.gz
pyramid-692fd6816616ed5b3cb9ef3c0f2c6eff2276da93.tar.bz2
pyramid-692fd6816616ed5b3cb9ef3c0f2c6eff2276da93.zip
master->1.3-branch
Diffstat (limited to 'docs/tutorials/wiki/basiclayout.rst')
-rw-r--r--docs/tutorials/wiki/basiclayout.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst
index 308c8e292..f6050f391 100644
--- a/docs/tutorials/wiki/basiclayout.rst
+++ b/docs/tutorials/wiki/basiclayout.rst
@@ -7,8 +7,8 @@ they provide a good orientation for the high-level patterns common to most
:term:`traversal` -based :app:`Pyramid` (and :term:`ZODB` based) projects.
The source code for this tutorial stage can be browsed via
-`http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src/basiclayout/
-<http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src/basiclayout/>`_.
+`http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki/src/basiclayout/
+<http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki/src/basiclayout/>`_.
Application Configuration with ``__init__.py``
------------------------------------------------