Fix Rustdoc search docs link

This commit is contained in:
clubby789 2023-11-26 16:22:43 +00:00
parent 0b8a61b235
commit 4d9344d26e

View File

@ -1328,8 +1328,7 @@ function preLoadCss(cssUrl) {
const infos = [ const infos = [
`For a full list of all search features, take a look <a \ `For a full list of all search features, take a look <a \
href="https://doc.rust-lang.org/${channel}/rustdoc/how-to-read-rustdoc.html\ href="https://doc.rust-lang.org/${channel}/rustdoc/read-documentation/search.html">here</a>.`,
#the-search-interface">here</a>.`,
"Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to \ "Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to \
restrict the search to a given item kind.", restrict the search to a given item kind.",
"Accepted kinds are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \ "Accepted kinds are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \