mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmease
Fix Rustdoc search docs link This link has been outdated since #112725 moved the search docs to their own page
This commit is contained in:
commit
828db2860f
@ -1318,8 +1318,7 @@ function preLoadCss(cssUrl) {
|
||||
|
||||
const infos = [
|
||||
`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\
|
||||
#the-search-interface">here</a>.`,
|
||||
href="https://doc.rust-lang.org/${channel}/rustdoc/read-documentation/search.html">here</a>.`,
|
||||
"Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to \
|
||||
restrict the search to a given item kind.",
|
||||
"Accepted kinds are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \
|
||||
|
Loading…
Reference in New Issue
Block a user