mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
689e74d944
Fix broken edit links in Unstable and rustc books Updated the edit-url-template for the unstable book and the rustc book. Fixes rust-lang/rust#150593 The "Suggest an edit" links were pointing to HEAD, which resulted in a 404. Changed these to point to main. r? `@Kobzol`