|
34 | 34 | { "source": "/articles/api-naming-guide{,/**}", "destination": "/effective-dart/design", "type": 301 },
|
35 | 35 | { "source": "/articles/archive/dart-2", "destination": "/guides/language/evolution#dart-20", "type": 301 },
|
36 | 36 | { "source": "/articles/archive/event-loop", "destination": "https://medium.com/dartlang/dart-asynchronous-programming-isolates-and-event-loops-bffc3e296a6a", "type": 301 },
|
| 37 | + { "source": "/articles/archive/numeric-computation", "destination": "/guides/language/numbers", "type": 301 }, |
37 | 38 | { "source": "/articles/await-async", "destination": "/codelabs/async-await", "type": 301 },
|
38 | 39 | { "source": "/articles/broadcast-streams", "destination": "https://medium.com/dartlang/dart-asynchronous-programming-streams-dab952023ed7", "type": 301 },
|
39 | 40 | { "source": "/articles/converters-and-codecs", "destination": "/articles/archive/converters-and-codecs", "type": 301 },
|
40 | 41 | { "source": "/articles/creating-streams", "destination": "/libraries/async/creating-streams", "type": 301 },
|
41 | 42 | { "source": "/articles/dart-unit-tests{,/**}", "destination": "https://pub.dev/packages/test#writing-tests", "type": 301 },
|
42 | 43 | { "source": "/articles/dart-vm/io", "destination": "/articles/libraries/dart-io", "type": 301 },
|
43 | 44 | { "source": "/articles/dart-vm/native-extensions", "destination": "/server/c-interop-native-extensions", "type": 301 },
|
44 |
| - { "source": "/articles/dart-vm/numeric-computation", "destination": "/articles/archive/numeric-computation", "type": 301 }, |
| 45 | + { "source": "/articles/dart-vm/numeric-computation", "destination": "/guides/language/numbers", "type": 301 }, |
45 | 46 | { "source": "/articles/dart-vm/snapshots", "destination": "https://github.com/dart-lang/sdk/wiki/Snapshots", "type": 301 },
|
46 | 47 | { "source": "/articles/design-decisions/why-dart-types", "destination": "/resources/faq#types", "type": 301 },
|
47 | 48 | { "source": "/articles/doc-comment-guidelines", "destination": "/effective-dart/documentation", "type": 301 },
|
|
66 | 67 | { "source": "/articles/mixins", "destination": "/language/mixins", "type": 301 },
|
67 | 68 | { "source": "/articles/mocking-with-dart", "destination": "https://pub.dev/packages/mockito", "type": 301 },
|
68 | 69 | { "source": "/articles/native-extensions-for-standalone-dart-vm", "destination": "/server/c-interop-native-extensions", "type": 301 },
|
69 |
| - { "source": "/articles/numeric-computation", "destination": "/articles/archive/numeric-computation", "type": 301 }, |
| 70 | + { "source": "/articles/numeric-computation", "destination": "/guides/language/numbers", "type": 301 }, |
70 | 71 | { "source": "/articles/optional-types", "destination": "/resources/faq#types", "type": 301 },
|
71 | 72 | { "source": "/articles/serialization", "destination": "/guides/json", "type": 301 },
|
72 | 73 | { "source": "/articles/server/native-extensions", "destination": "/server/c-interop-native-extensions", "type": 301 },
|
|
0 commit comments