1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-26 18:51:00 +02:00

Setup redirects after #120 and #177 (#352)

This makes `mdbook` output a simple redirect at the location of the
old pages. I’ll try to add such pages when we shuffle around our
pages to make sure external links stay valid.
This commit is contained in:
Martin Geisler
2023-02-06 17:10:01 +01:00
committed by GitHub
parent 13b2c300ce
commit f9dea3d7a3

View File

@ -42,3 +42,7 @@ level = 0
[output.html.playground]
editable = true
[output.html.redirect]
"structure.html" = "running-the-course/course-structure.html"
"unsafe/unsafe-functions.html" = "calling-unsafe-functions.html"