We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2c09e commit 7b4a266Copy full SHA for 7b4a266
templates/core/about/download.html
@@ -47,9 +47,10 @@ <h2>processing / caveats</h2>
47
subfolder.
48
</p>
49
<p>
50
- Docs.rs is running rustdoc with <code>--static-root-path "/"</code>,
+ Docs.rs is running rustdoc with <code>--static-root-path "/-/rustdoc.static/"</code>,
51
which leads to all references to static assets breaking if they are not
52
- available under that path.
+ available under that path. Older builds used <code>--static-root-path "/"</code>, which
53
+ means you will have to handle both.
54
55
56
Since we're also adding <code>--emit=invocation-specific</code> to our build
0 commit comments