diff --git a/templates/core/about/download.html b/templates/core/about/download.html index b40a26fa4..4fb14fdff 100644 --- a/templates/core/about/download.html +++ b/templates/core/about/download.html @@ -47,9 +47,10 @@
- Docs.rs is running rustdoc with --static-root-path "/"
,
+ Docs.rs is running rustdoc with --static-root-path "/-/rustdoc.static/"
,
which leads to all references to static assets breaking if they are not
- available under that path.
+ available under that path. Older builds used --static-root-path "/"
, which
+ means you will have to handle both.
Since we're also adding --emit=invocation-specific
to our build