summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/definingmodels.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-20 17:10:40 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-20 17:10:40 +0200
commit445eb8708fa48209947377f6de609799dd843ad6 (patch)
tree3b916b35d0e1711a2e6bf0b7b59619ba3a85878e /docs/tutorials/wiki/definingmodels.rst
parent6f17f6945a3592a24bc3177f43084cd037bc1a98 (diff)
downloadpyramid-445eb8708fa48209947377f6de609799dd843ad6.tar.gz
pyramid-445eb8708fa48209947377f6de609799dd843ad6.tar.bz2
pyramid-445eb8708fa48209947377f6de609799dd843ad6.zip
point to the sources of the wiki tutorials in just one location; fix #763
* This avoids having to update the link multiple times. * Also, mention their location, in case user has Pyramid checkout.
Diffstat (limited to 'docs/tutorials/wiki/definingmodels.rst')
-rw-r--r--docs/tutorials/wiki/definingmodels.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/tutorials/wiki/definingmodels.rst b/docs/tutorials/wiki/definingmodels.rst
index 2cbe691fa..1d2710975 100644
--- a/docs/tutorials/wiki/definingmodels.rst
+++ b/docs/tutorials/wiki/definingmodels.rst
@@ -14,9 +14,6 @@ constructors". Both our Page and Wiki constructors will be class objects. A
single instance of the "Wiki" class will serve as a container for "Page"
objects, which will be instances of the "Page" class.
-The source code for this tutorial stage can be browsed via
-`http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki/src/models/
-<http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki/src/models/>`_.
Delete the Database
-------------------