We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e012a19 commit f3f6891Copy full SHA for f3f6891
src/doc/not_found.md
@@ -84,7 +84,7 @@ function on_submit(event) {
84
if (form['from'].value === 'duckduckgo') {
85
document.location.href = form.action + '?q=' + encodeURIComponent(q + ' site:doc.rust-lang.org');
86
} else if (form['from'].value === 'library') {
87
- document.location.href = 'std/index.html?search=' + encodeURIComponent(q);
+ document.location.href = '/std/index.html?search=' + encodeURIComponent(q);
88
}
89
90
0 commit comments