We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8a61b commit 4d9344dCopy full SHA for 4d9344d
src/librustdoc/html/static/js/main.js
@@ -1328,8 +1328,7 @@ function preLoadCss(cssUrl) {
1328
1329
const infos = [
1330
`For a full list of all search features, take a look <a \
1331
-href="https://doc.rust-lang.org/${channel}/rustdoc/how-to-read-rustdoc.html\
1332
-#the-search-interface">here</a>.`,
+href="https://doc.rust-lang.org/${channel}/rustdoc/read-documentation/search.html">here</a>.`,
1333
"Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to \
1334
restrict the search to a given item kind.",
1335
"Accepted kinds are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \
0 commit comments