1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-17 12:00:27 +02:00

Add redirect for old async/concurrency/ directory (#635)

It seems we had a link to async/concurrency/channels.html for a brief
period. This got indexed and now show up as 404 errors in my reports.
This commit is contained in:
Martin Geisler 2023-05-15 16:05:28 +02:00 committed by GitHub
parent c45b35011c
commit d56298fc84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ editable = true
[output.html.redirect]
# Redirects in the form of "old-path" = "new-path", where the new path
# is relative to the old path.
"async/concurrency/channels.html" = "../channels.html"
"exercises/day-4/afternoon.html" = "../android/morning.html"
"exercises/day-4/android.html" = "../android/morning.html"
"exercises/day-4/dining-philosophers.html" = "../concurrency/dining-philosophers.html"