summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-18 10:58:14 -0500
committerChris McDonough <chrism@plope.com>2012-02-18 10:58:14 -0500
commite75229aede80ade185d0624f6e1cc05e4db23513 (patch)
tree20a64a3652fc081fe9e719b835ede0e77b4df78f
parent66b20a9d467582064b91295dfd364118cc68a568 (diff)
downloadpyramid-e75229aede80ade185d0624f6e1cc05e4db23513.tar.gz
pyramid-e75229aede80ade185d0624f6e1cc05e4db23513.tar.bz2
pyramid-e75229aede80ade185d0624f6e1cc05e4db23513.zip
fix search links
-rw-r--r--pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl2
-rw-r--r--pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl
index 8d85ed991..743eab026 100644
--- a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl
+++ b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl
@@ -32,7 +32,7 @@
<div class="bottom">
<div id="left" class="align-right">
<h2>Search documentation</h2>
- <form method="get" action="http://docs.pylonsproject.org/projects/pyramid/current/search.html">
+ <form method="get" action="http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/search.html">
<input type="text" id="q" name="q" value="" />
<input type="submit" id="x" value="Go" />
</form>
diff --git a/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt b/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt
index 0bfac946e..d64f18fca 100644
--- a/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt
+++ b/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt
@@ -32,7 +32,7 @@
<div class="bottom">
<div id="left" class="align-right">
<h2>Search documentation</h2>
- <form method="get" action="http://docs.pylonsproject.org/projects/pyramid/current/search.html">
+ <form method="get" action="http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/search.html">
<input type="text" id="q" name="q" value="" />
<input type="submit" id="x" value="Go" />
</form>