|
32 | 32 | { "source": "/api", "destination": "https://api.dart.dev", "type": 301 },
|
33 | 33 | { "source": "/articles", "destination": "https://medium.com/dartlang", "type": 301 },
|
34 | 34 | { "source": "/articles/api-naming-guide{,/**}", "destination": "/effective-dart/design", "type": 301 },
|
| 35 | + { "source": "/articles/archive", "destination": "https://medium.com/dartlang", "type": 301 }, |
| 36 | + { "source": "/articles/archive/converters-and-codecs", "destination": "/libraries/convert/converters-and-codecs", "type": 301 }, |
35 | 37 | { "source": "/articles/archive/dart-2", "destination": "/guides/language/evolution#dart-20", "type": 301 },
|
36 | 38 | { "source": "/articles/archive/event-loop", "destination": "https://medium.com/dartlang/dart-asynchronous-programming-isolates-and-event-loops-bffc3e296a6a", "type": 301 },
|
37 | 39 | { "source": "/articles/archive/numeric-computation", "destination": "/guides/language/numbers", "type": 301 },
|
| 40 | + { "source": "/articles/archive/zones", "destination": "/libraries/async/zones", "type": 301 }, |
38 | 41 | { "source": "/articles/await-async", "destination": "/codelabs/async-await", "type": 301 },
|
39 | 42 | { "source": "/articles/broadcast-streams", "destination": "https://medium.com/dartlang/dart-asynchronous-programming-streams-dab952023ed7", "type": 301 },
|
40 | 43 | { "source": "/articles/converters-and-codecs", "destination": "/articles/archive/converters-and-codecs", "type": 301 },
|
|
0 commit comments