Publish (text of, shortlinks to) accepted RFCs #147
Description
Feature request: either rendered text of, or short-links to the rendered text of, accepted RFCs would be nice to have somewhere on rlo where the URLs can be shorter.
For example, rustc's diagnostics has some explanations that benefit from references out to an RFC; however, the current 'canonical' URLs for RFCs (the Github renderings) are longer than the prescribed 80-character limit, which is an error.
Perhaps something like doc.rust-lang.org/rfcs/NNNN
, which either presents a rendering of the RFC formatted to be consistent with the rest of the Rust documentation, or which redirects to the Github rendering of the RFC?
Concretely, instead of requiring references to variable-length URLs like (the 102-character-long)
https://github.com/rust-lang/rfcs/blob/master/text/0558-require-parentheses-for-chained-comparisons.md
we consistently have 35 characters like
https://doc.rust-lang.org/rfcs/0558