Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ <h1>Rustdoc JSON</h1>
<h2>URLs</h2>
<p>
The download URLs can be generic or specific, depending on what you need. In case of rebuilds we
also keep old format versions around. The endpoints <i>redirect</i> to a download URL on
<code>https://static.docs.rs</code>. <b>Until we rebuilt all releases, the redirect target might
not exist.</b>
also keep old format versions around. <b>Until we rebuilt all releases, we might return
a `404 NOT FOUND` for some.</b>
</p>
<p>
By default we use `zstd` compression, which is more space efficient and faster to decompress. For
Expand Down
Loading