Skip to content

Commit 7b4a266

Browse files
committed
extend about/download page with new static root
1 parent 8d2c09e commit 7b4a266

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/core/about/download.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ <h2>processing / caveats</h2>
4747
subfolder.
4848
</p>
4949
<p>
50-
Docs.rs is running rustdoc with <code>--static-root-path "/"</code>,
50+
Docs.rs is running rustdoc with <code>--static-root-path "/-/rustdoc.static/"</code>,
5151
which leads to all references to static assets breaking if they are not
52-
available under that path.
52+
available under that path. Older builds used <code>--static-root-path "/"</code>, which
53+
means you will have to handle both.
5354
</p>
5455
<p>
5556
Since we're also adding <code>--emit=invocation-specific</code> to our build

0 commit comments

Comments
 (0)