nrc / rfc-index

A curated index of Rust RFCs
Apache License 2.0
26 stars 3 forks source link

URL navigation #12

Open nrc opened 2 years ago

nrc commented 2 years ago
nrc commented 2 years ago

Once we have URLs for tags and teams, then those data on the RFC pages should be links to those URLs

nrc commented 2 years ago

URLs using just the RFC number (e.g., https://www.ncameron.org/rfcs/2093) now work. I fixed this in the web server rather than in the code. For Apache, I added the following rewrite rule: RewriteRule /rfcs/([0-9]+)$ /rfcs/$1.html [L].