Skip to content

Commit 4d9344d

Browse files
committed
Fix Rustdoc search docs link
1 parent 0b8a61b commit 4d9344d

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
@@ -1328,8 +1328,7 @@ function preLoadCss(cssUrl) {
13281328

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

0 commit comments

Comments
 (0)