mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Fix Rustdoc search docs link
This commit is contained in:
parent
0b8a61b235
commit
4d9344d26e
@ -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>, \
|
||||||
|
Loading…
Reference in New Issue
Block a user