Thanks to visit codestin.com Credit goes to github.com
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.
1 parent bbdbc7d commit 9a1a46aCopy full SHA for 9a1a46a
1 file changed
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