diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-13 15:00:05 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-13 15:00:05 -0500 |
| commit | 05b22a41568de7f1783e76062e13bf52ed47a749 (patch) | |
| tree | 2e8c1dc9ce2c8c6d0613c26ef573ae2c1e472e49 /docs/narr/templates.rst | |
| parent | 7c241987fa0f388c3c61a8b0a4a87ce9fafd8896 (diff) | |
| parent | f4fcd32e10f0d863ebc61fc09c81e02d103ffe2e (diff) | |
| download | pyramid-05b22a41568de7f1783e76062e13bf52ed47a749.tar.gz pyramid-05b22a41568de7f1783e76062e13bf52ed47a749.tar.bz2 pyramid-05b22a41568de7f1783e76062e13bf52ed47a749.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/narr/templates.rst')
| -rw-r--r-- | docs/narr/templates.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 7ef8e1923..b97cc7be6 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -448,7 +448,7 @@ Here's what a simple :term:`Chameleon` ZPT template used under <body> <h1 class="title">Welcome to <code>${project}</code>, an application generated by the <a - href="http://pylonshq.com/pyramid">pyramid</a> web + href="http://docs.pylonsproject.org/projects/pyramid/dev/">pyramid</a> web application framework.</h1> </body> </html> @@ -744,7 +744,7 @@ look like: <body> <h1 class="title">Welcome to <code>${project}</code>, an application generated by the <a - href="http://pylonshq.com/pyramid">pyramid</a> web + href="http://docs.pylonsproject.org/projects/pyramid/dev/">pyramid</a> web application framework.</h1> </body> </html> |
