Skip to content

DOC: replace redirect on top-level index.html with static page #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Also re-direct the search form directly to stable
  • Loading branch information
tacaswell committed Feb 28, 2021
commit 7b864a5c60a1ab58931b6bfd5f59bc37e1e7fdea
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<li><a href="stable/tutorials/index.html">Tutorials</a></li>
<li><a href="stable/devel/index.html">Contributing</a></li>
<li class="nav-right">
<form class="search" action="search.html" method="get">
<form class="search" action="stable/search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" placeholder="Search"/>
</form>
</li>
Expand Down