Skip to content

Commit 13a883c

Browse files
committed
Add /macros redirect to current language spec
In the (near) future this can be updated to point to a getting started guide or similar
1 parent bb16cee commit 13a883c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase.json

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
{ "source": "/lints", "destination": "/tools/linter-rules", "type": 301 },
226226
{ "source": "/lints/:lint*", "destination": "/tools/linter-rules/:lint", "type": 301 },
227227
{ "source": "/logos", "destination": "/brand", "type": 301 },
228+
{ "source": "/macros", "destination": "https://github.com/dart-lang/language/blob/main/working/macros/feature-specification.md", "type": 301 },
228229
{ "source": "/mailing-list", "destination": "https://groups.google.com/a/dartlang.org/forum/#!forum/misc", "type": 301 },
229230
{ "source": "/mobile", "destination": "/multiplatform-apps", "type": 301 },
230231
{ "source": "/news{,/**}", "destination": "https://medium.com/dartlang", "type": 301 },

0 commit comments

Comments
 (0)