diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-11-27 08:21:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 08:21:19 +0100 |
| commit | 828db2860f275d3e0ce07f746fca6ffce089da68 (patch) | |
| tree | 811fd370fd9e1f34eba35b3094bec9dee00ea6ca | |
| parent | 8946bf56c6bec6cbd91b37be860fa3dbfc10478b (diff) | |
| parent | 4d9344d26ebe8ac6ede26ca054a57334be4299ad (diff) | |
| download | rust-828db2860f275d3e0ce07f746fca6ffce089da68.tar.gz rust-828db2860f275d3e0ce07f746fca6ffce089da68.zip | |
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
| -rw-r--r-- | src/librustdoc/html/static/js/main.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustdoc/html/static/js/main.js b/src/librustdoc/html/static/js/main.js index 7cc0f2e8f1e..d613997cd7f 100644 --- a/src/librustdoc/html/static/js/main.js +++ b/src/librustdoc/html/static/js/main.js @@ -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>, \ |
