|
369 | 369 | { "source": "/to/web-debug-extension", "destination": "https://chromewebstore.google.com/detail/dart-debug-extension/eljbmlghnomdjgdjmbdekegdkbabckhm", "type": 301 },
|
370 | 370 |
|
371 | 371 | { "source": "/tools/**/download{,.html,/**}", "destination": "/get-dart", "type": 301 },
|
372 |
| - { "source": "/tools/**/private-files", "destination": "/tools/pub/private-files", "type": 301 }, |
373 | 372 | { "source": "/tools/analyzer", "destination": "/tools/dart-analyze", "type": 301 },
|
374 | 373 | { "source": "/tools/dart-pub", "destination": "/tools/pub/cmd", "type": 301 },
|
375 | 374 | { "source": "/tools/dart-vm", "destination": "/tools/dart-run", "type": 301 },
|
|
391 | 390 | { "source": "/tools/editor{,/**}", "destination": "/tools", "type": 301 },
|
392 | 391 | { "source": "/tools/faq", "destination": "/resources/faq", "type": 301 },
|
393 | 392 | { "source": "/tools/observatory{,/**}", "destination": "/tools/dart-devtools", "type": 301 },
|
| 393 | + { "source": "/tools/private-files", "destination": "/tools/pub/private-files", "type": 301 }, |
394 | 394 | { "source": "/tools/pub/assets-and-*transformers", "destination": "https://github.com/dart-lang/build", "type": 301 },
|
395 | 395 | { "source": "/tools/pub/cmd/pub-build", "destination": "/tools/webdev", "type": 301 },
|
396 | 396 | { "source": "/tools/pub/cmd/pub-run", "destination": "/tools/dart-run", "type": 301 },
|
|
0 commit comments