diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2011-01-12 23:07:54 -0500 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2011-01-12 23:07:54 -0500 |
| commit | e7b5fe05297d46cc169bd2f255529952569d899c (patch) | |
| tree | 88bafe8fb71a04e63a5f07c37f2535b65a09190b /docs/narr/templates.rst | |
| parent | 39eb94dc5c1d1e254db682476dd3e5e7d2abfc86 (diff) | |
| download | pyramid-e7b5fe05297d46cc169bd2f255529952569d899c.tar.gz pyramid-e7b5fe05297d46cc169bd2f255529952569d899c.tar.bz2 pyramid-e7b5fe05297d46cc169bd2f255529952569d899c.zip | |
Changed some references from pylonshq.com to pylonsproject.org
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> |
