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:
parent
c45b35011c
commit
d56298fc84
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user