summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2013-10-14 15:24:50 +0400
committerAlexander Shorin <kxepal@apache.org>2013-10-14 15:24:50 +0400
commitf55fc9737405c2e8bd868a1fb3321922b51394ca (patch)
tree2ef424d5cdc88d913375bfe8369b4bf51a3ad0d8
parent1944276fe350e57d111a065d658c3d403bcf4e12 (diff)
downloadcouchdb-f55fc9737405c2e8bd868a1fb3321922b51394ca.tar.gz
Fix quick search from non-top level articles.
-rw-r--r--share/doc/templates/searchbox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/templates/searchbox.html b/share/doc/templates/searchbox.html
index e37e7ef71..a23ba139c 100644
--- a/share/doc/templates/searchbox.html
+++ b/share/doc/templates/searchbox.html
@@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License.
<h3>Quick Search</h3>
-<form class="search" action="search.html" method="get">
+<form class="search" action="{{ pathto('search') }}" method="get">
<input type="text" name="q">
<input type="submit" value="Go">
<input type="hidden" name="check_keywords" value="yes">