Skip to content

Commit baf0a69

Browse files
committed
Move remaining content out of articles directory
1 parent 4ff078d commit baf0a69

File tree

4 files changed

+3
-18
lines changed

4 files changed

+3
-18
lines changed

firebase.json

+3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@
3232
{ "source": "/api", "destination": "https://api.dart.dev", "type": 301 },
3333
{ "source": "/articles", "destination": "https://medium.com/dartlang", "type": 301 },
3434
{ "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 },
3537
{ "source": "/articles/archive/dart-2", "destination": "/guides/language/evolution#dart-20", "type": 301 },
3638
{ "source": "/articles/archive/event-loop", "destination": "https://medium.com/dartlang/dart-asynchronous-programming-isolates-and-event-loops-bffc3e296a6a", "type": 301 },
3739
{ "source": "/articles/archive/numeric-computation", "destination": "/guides/language/numbers", "type": 301 },
40+
{ "source": "/articles/archive/zones", "destination": "/libraries/async/zones", "type": 301 },
3841
{ "source": "/articles/await-async", "destination": "/codelabs/async-await", "type": 301 },
3942
{ "source": "/articles/broadcast-streams", "destination": "https://medium.com/dartlang/dart-asynchronous-programming-streams-dab952023ed7", "type": 301 },
4043
{ "source": "/articles/converters-and-codecs", "destination": "/articles/archive/converters-and-codecs", "type": 301 },

src/content/articles/archive/index.md

-18
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)