|
194 | 194 |
|
195 | 195 | { "source": "/googleapis", "destination": "https://github.com/dart-lang/googleapis", "type": 301 },
|
196 | 196 | { "source": "/guides/get-started", "destination": "/overview", "type": 301 },
|
| 197 | + { "source": "/guides/google-apis", "destination": "/resources/google-apis", "type": 301 }, |
197 | 198 | { "source": "/guides/language/analysis-options", "destination": "/tools/analysis", "type": 301 },
|
198 | 199 | { "source": "/guides/language/cheatsheet", "destination": "/language", "type": 301 },
|
| 200 | + { "source": "/guides/language/coming-from/js-to-dart", "destination": "/resources/coming-from/js-to-dart", "type": 301 }, |
| 201 | + { "source": "/guides/language/coming-from/swift-to-dart", "destination": "/resources/coming-from/swift-to-dart", "type": 301 }, |
199 | 202 | { "source": "/guides/language/common-prob", "destination": "/guides/language/sound-problems", "type": 301 },
|
200 | 203 | { "source": "/guides/language/concurrency", "destination": "/language/concurrency", "type": 301 },
|
201 | 204 | { "source": "/guides/language/effective-dart", "destination": "/effective-dart", "type": 301 },
|
|
212 | 215 | { "source": "/guides/libraries/futures-error-handling", "destination": "/libraries/async/futures-error-handling", "type": 301 },
|
213 | 216 | { "source": "/guides/libraries/java-interop", "destination": "/interop/java-interop", "type": 301 },
|
214 | 217 | { "source": "/guides/libraries/objective-c-interop", "destination": "/interop/objective-c-interop", "type": 301 },
|
215 |
| - { "source": "/guides/libraries/c-interop", "destination": "/interop/c-interop", "type": 301 }, |
| 218 | + { "source": "/guides/libraries/c-interop", "destination": "/interop/c-interop", "type": 301 }, |
| 219 | + { "source": "/guides/libraries/writing-package-pages", "destination": "/tools/pub/writing-package-pages", "type": 301 }, |
| 220 | + { "source": "/guides/libraries/useful-libraries", "destination": "/resources/useful-packages", "type": 301 }, |
216 | 221 | { "source": "/guides/platforms", "destination": "/overview#platform", "type": 301 },
|
217 | 222 | { "source": "/install", "destination": "/get-dart", "type": 301 },
|
218 | 223 | { "source": "/install/**", "destination": "/get-dart", "type": 301 },
|
|
0 commit comments