rust-lang / prev.rust-lang.org

The previous Rust website. The current website's code is at https://github.com/rust-lang/www.rust-lang.org.
https://prev.rust-lang.org
Apache License 2.0
151 stars 340 forks source link

rust-lang.org should provide a URL minifier #1141

Open estebank opened 6 years ago

estebank commented 6 years ago

The compiler is starting to provide links to documentation on the rust website. Some of the links to specific sections of the book can get really long. It'd be nice if we could provide shorter URLs redirecting to their final destination that can be maintained server-side, instead of depending on URLs being valid for the entirety of the life of any given compiler version.

estebank commented 6 years ago

CC https://github.com/rust-lang/rust/issues/52008