Skip to content

Commit cc0dd4a

Browse files
authored
Unrolled build for rust-lang#118325
Rollup merge of rust-lang#118325 - clubby789:rustdoc-search-link, r=fmease Fix Rustdoc search docs link This link has been outdated since rust-lang#112725 moved the search docs to their own page
2 parents a191610 + 4d9344d commit cc0dd4a

File tree

1 file changed

+1
-2
lines changed
  • src/librustdoc/html/static/js

1 file changed

+1
-2
lines changed

src/librustdoc/html/static/js/main.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1318,8 +1318,7 @@ function preLoadCss(cssUrl) {
13181318

13191319
const infos = [
13201320
`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>.`,
1321+
href="https://doc.rust-lang.org/${channel}/rustdoc/read-documentation/search.html">here</a>.`,
13231322
"Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to \
13241323
restrict the search to a given item kind.",
13251324
"Accepted kinds are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \

0 commit comments

Comments
 (0)