We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8946bf5 + 4d9344d commit 828db28Copy full SHA for 828db28
src/librustdoc/html/static/js/main.js
@@ -1318,8 +1318,7 @@ function preLoadCss(cssUrl) {
1318
1319
const infos = [
1320
`For a full list of all search features, take a look <a \
1321
-href="https://doc.rust-lang.org/${channel}/rustdoc/how-to-read-rustdoc.html\
1322
-#the-search-interface">here</a>.`,
+href="https://doc.rust-lang.org/${channel}/rustdoc/read-documentation/search.html">here</a>.`,
1323
"Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to \
1324
restrict the search to a given item kind.",
1325
"Accepted kinds are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \
0 commit comments