From a00ab162731ea4f8ba34bb47cec4091b8e5425d9 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Sat, 19 Nov 2022 06:57:16 +0100 Subject: [PATCH] extend about/download page with new static root --- templates/core/about/download.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 @@

processing / caveats

subfolder.

- 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