We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d23c3f + 9a1a46a commit 98aceb1Copy full SHA for 98aceb1
doc/_templates/layout.html
@@ -237,7 +237,7 @@ <h3>{{ _('Navigation') }}</h3>
237
<li><a href="{{ pathto('tutorials/index') }}">Tutorials</a></li>
238
<li><a href="{{ pathto('devel/index') }}">Contributing</a></li>
239
<li class="nav-right">
240
- <form class="search" action="search.html" method="get">
+ <form class="search" action="{{ pathto('search') }}" method="get">
241
<input type="text" name="q" aria-labelledby="searchlabel" placeholder="Search"/>
242
</form>
243
</li>
0 commit comments