diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-09 13:17:50 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-09 13:17:50 -0500 |
| commit | ca602b62bcd5ab07abe2139565f62fecd8e3218c (patch) | |
| tree | fa5d379d0bdb51305e5430589e60f43988e0b17a /docs/narr | |
| parent | c54498c078d538b996bb38e9ebf3ac683559aa13 (diff) | |
| download | pyramid-ca602b62bcd5ab07abe2139565f62fecd8e3218c.tar.gz pyramid-ca602b62bcd5ab07abe2139565f62fecd8e3218c.tar.bz2 pyramid-ca602b62bcd5ab07abe2139565f62fecd8e3218c.zip | |
fix template links
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/MyProject/myproject/templates/mytemplate.pt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/narr/MyProject/myproject/templates/mytemplate.pt b/docs/narr/MyProject/myproject/templates/mytemplate.pt index ab698123e..d20fc7efb 100644 --- a/docs/narr/MyProject/myproject/templates/mytemplate.pt +++ b/docs/narr/MyProject/myproject/templates/mytemplate.pt @@ -44,22 +44,22 @@ <a href="http://pylonsproject.org">Pylons Website</a> </li> <li> - <a href="http://docs.pylonsproject.org/projects/pyramid/current/#narrative-documentation">Narrative Documentation</a> + <a href="http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/#narrative-documentation">Narrative Documentation</a> </li> <li> - <a href="http://docs.pylonsproject.org/projects/pyramid/current/#api-documentation">API Documentation</a> + <a href="http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/#api-documentation">API Documentation</a> </li> <li> - <a href="http://docs.pylonsproject.org/projects/pyramid/current/#tutorials">Tutorials</a> + <a href="http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/#tutorials">Tutorials</a> </li> <li> - <a href="http://docs.pylonsproject.org/projects/pyramid/current/#change-history">Change History</a> + <a href="http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/#change-history">Change History</a> </li> <li> - <a href="http://docs.pylonsproject.org/projects/pyramid/current/#sample-applications">Sample Applications</a> + <a href="http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/#sample-applications">Sample Applications</a> </li> <li> - <a href="http://docs.pylonsproject.org/projects/pyramid/current/#support-and-development">Support and Development</a> + <a href="http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/#support-and-development">Support and Development</a> </li> <li> <a href="irc://irc.freenode.net#pyramid">IRC Channel</a> |
