You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 22:27:34 +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:
@ -44,6 +44,7 @@ editable = true
|
|||||||
[output.html.redirect]
|
[output.html.redirect]
|
||||||
# Redirects in the form of "old-path" = "new-path", where the new path
|
# Redirects in the form of "old-path" = "new-path", where the new path
|
||||||
# is relative to the old path.
|
# is relative to the old path.
|
||||||
|
"async/concurrency/channels.html" = "../channels.html"
|
||||||
"exercises/day-4/afternoon.html" = "../android/morning.html"
|
"exercises/day-4/afternoon.html" = "../android/morning.html"
|
||||||
"exercises/day-4/android.html" = "../android/morning.html"
|
"exercises/day-4/android.html" = "../android/morning.html"
|
||||||
"exercises/day-4/dining-philosophers.html" = "../concurrency/dining-philosophers.html"
|
"exercises/day-4/dining-philosophers.html" = "../concurrency/dining-philosophers.html"
|
||||||
|
Reference in New Issue
Block a user