Skip to content

Commit 3b423b3

Browse files
Add redirect from /tutorial (#7129)
Co-authored-by: Eric Windmill <eric@ericwindmill.com>
1 parent 4bc5ff1 commit 3b423b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@
458458
{ "source": "/tools/sdk/archive", "destination": "/get-dart/archive", "type": 301 },
459459
{ "source": "/tools/webstorm", "destination": "/tools#editors", "type": 301 },
460460
{ "source": "/tos", "destination": "/terms", "type": 301 },
461+
{ "source": "/tutorial", "destination": "/learn/tutorial", "type": 301 },
461462
{ "source": "/tutorials/dart-vm", "destination": "/tutorials/server", "type": 301 },
462463
{ "source": "/tutorials/dart-vm/:page*", "destination": "/tutorials/server/:page*", "type": 301 },
463464
{ "source": "/tutorials/language", "destination": "/language", "type": 301 },

0 commit comments

Comments
 (0)