diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-21 23:08:31 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-21 23:08:31 -0400 |
| commit | 39e88a1f2903f840feeff77e572c7bf3efebb875 (patch) | |
| tree | cfd599bc32ad0f4433b6c3729ff4b987d49b3ef9 /docs/narr/templates.rst | |
| parent | 9006b205d907b0b52b59de0eb1e203afdcdbdd51 (diff) | |
| download | pyramid-39e88a1f2903f840feeff77e572c7bf3efebb875.tar.gz pyramid-39e88a1f2903f840feeff77e572c7bf3efebb875.tar.bz2 pyramid-39e88a1f2903f840feeff77e572c7bf3efebb875.zip | |
- Change all scaffolding templates that point to docs.pylonsproject.org to
use ``/projects/pyramid/current`` rather than ``/projects/pyramid/dev``.
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 7c575b9bf..af7257466 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -454,7 +454,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://docs.pylonsproject.org/projects/pyramid/dev/" + href="http://docs.pylonsproject.org/projects/pyramid/current/" >pyramid</a> web application framework.</h1> </body> @@ -752,7 +752,7 @@ look like: <body> <h1 class="title">Welcome to <code>${project}</code>, an application generated by the <a - href="http://docs.pylonsproject.org/projects/pyramid/dev/" + href="http://docs.pylonsproject.org/projects/pyramid/current/" >pyramid</a> web application framework.</h1> </body> </html> |
