Skip to content

Commit 09d90b8

Browse files
authored
Add redirect for 2.4 SDK changelog (#1753)
Fixes #1752
1 parent edb5c13 commit 09d90b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@
194194
{ "source": "/tos@(|.htm|.html)", "destination": "/terms", "type": 301 },
195195
{ "source": "/web-ui/observables{,/**}", "destination": "https://pub.dev/packages/observable", "type": 301 },
196196
{ "source": "/dart-1", "destination": "https://v1-dartlang-org.firebaseapp.com", "type": 301 },
197-
{ "source": "/packages", "destination": "https://pub.dev", "type": 301 }
197+
{ "source": "/packages", "destination": "https://pub.dev", "type": 301 },
198+
{ "source": "/sdk-changelog-2.4.0", "destination": "https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#240---2019-06-27", "type": 301 }
198199
]
199200
}
200201
}

0 commit comments

Comments
 (0)