summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/MyProject/myproject/templates/mytemplate.pt14
-rw-r--r--docs/narr/templates.rst4
2 files changed, 9 insertions, 9 deletions
diff --git a/docs/narr/MyProject/myproject/templates/mytemplate.pt b/docs/narr/MyProject/myproject/templates/mytemplate.pt
index 632c34876..97f1e1aa3 100644
--- a/docs/narr/MyProject/myproject/templates/mytemplate.pt
+++ b/docs/narr/MyProject/myproject/templates/mytemplate.pt
@@ -46,7 +46,7 @@
<div id="left" class="align-right">
<h2>Search documentation</h2>
<form method="get"
- action="http://docs.pylonsproject.org/pyramid/dev/search.html">
+ action="http://docs.pylonsproject.org/pyramid/current/search.html">
<input type="text" id="q" name="q" value="" />
<input type="submit" id="x" value="Go" />
</form>
@@ -60,32 +60,32 @@
</a>
</li>
<li>
- <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#narrative-documentation">
+ <a href="http://docs.pylonsproject.org/projects/pyramid/current/#narrative-documentation">
Narrative Documentation
</a>
</li>
<li>
- <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#api-documentation">
+ <a href="http://docs.pylonsproject.org/projects/pyramid/current/#api-documentation">
API Documentation
</a>
</li>
<li>
- <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#tutorials">
+ <a href="http://docs.pylonsproject.org/projects/pyramid/current/#tutorials">
Tutorials
</a>
</li>
<li>
- <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#change-history">
+ <a href="http://docs.pylonsproject.org/projects/pyramid/current/#change-history">
Change History
</a>
</li>
<li>
- <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#sample-applications">
+ <a href="http://docs.pylonsproject.org/projects/pyramid/current/#sample-applications">
Sample Applications
</a>
</li>
<li>
- <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#support-and-development">
+ <a href="http://docs.pylonsproject.org/projects/pyramid/current/#support-and-development">
Support and Development
</a>
</li>
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>