Skip to content

Commit 5ffed01

Browse files
authored
Update go-link for macros (#5710)
Use a `/go` style link for the macros info.
1 parent 99169b9 commit 5ffed01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
{ "source": "/go/false-secrets", "destination": "/tools/pub/pubspec#false_secrets", "type": 301 },
161161
{ "source": "/go/ffi", "destination": "/interop/c-interop", "type": 301 },
162162
{ "source": "/go/flutter-upper-bound-deprecation", "destination": "https://github.com/flutter/flutter/issues/68143", "type": 301 },
163+
{ "source": "/go/macros", "destination": "https://github.com/dart-lang/language/blob/main/working/macros/feature-specification.md", "type": 301 },
163164
{ "source": "/go/pub-workspaces", "destination": "https://flutter.dev/go/pub-workspace", "type": 301 },
164165

165166
{ "source": "/go/non-promo-conflicting-getter", "destination": "/tools/non-promotion-reasons#getter-name", "type": 301 },
@@ -225,7 +226,6 @@
225226
{ "source": "/lints", "destination": "/tools/linter-rules", "type": 301 },
226227
{ "source": "/lints/:lint*", "destination": "/tools/linter-rules/:lint", "type": 301 },
227228
{ "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 },
229229
{ "source": "/mailing-list", "destination": "https://groups.google.com/a/dartlang.org/forum/#!forum/misc", "type": 301 },
230230
{ "source": "/mobile", "destination": "/multiplatform-apps", "type": 301 },
231231
{ "source": "/news{,/**}", "destination": "https://medium.com/dartlang", "type": 301 },

0 commit comments

Comments
 (0)