Skip to content

Commit

Permalink
Point new promo go links to /non-promotion-reasons (#5237)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryaBelanger authored Oct 10, 2023
1 parent fcf4bdc commit 5b44eba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,18 @@
{ "source": "/go/false-secrets", "destination": "/tools/pub/pubspec#false_secrets", "type": 301 },
{ "source": "/go/ffi", "destination": "/guides/libraries/c-interop", "type": 301 },
{ "source": "/go/flutter-upper-bound-deprecation", "destination": "https://github.com/flutter/flutter/issues/68143", "type": 301 },
{ "source": "/go/non-promo-conflicting-getter", "destination": "/tools/non-promotion-reasons", "type": 301 },
{ "source": "/go/non-promo-conflicting-non-promotable-field", "destination": "/tools/non-promotion-reasons", "type": 301 },
{ "source": "/go/non-promo-conflicting-noSuchMethod-forwarder", "destination": "/tools/non-promotion-reasons", "type": 301 },
{ "source": "/go/non-promo-external-field", "destination": "/tools/non-promotion-reasons", "type": 301 },
{ "source": "/go/non-promo-field-promotion-unavailable", "destination": "/tools/non-promotion-reasons", "type": 301 },
{ "source": "/go/non-promo-non-field", "destination": "/tools/non-promotion-reasons", "type": 301 },
{ "source": "/go/non-promo-non-final-field", "destination": "/tools/non-promotion-reasons", "type": 301 },
{ "source": "/go/non-promo-property", "destination": "/tools/non-promotion-reasons#property-or-this", "type": 301 },
{ "source": "/go/non-promo-public-field", "destination": "/tools/non-promotion-reasons", "type": 301 },
{ "source": "/go/non-promo-this", "destination": "/tools/non-promotion-reasons#property-or-this", "type": 301 },
{ "source": "/go/non-promo-write", "destination": "/tools/non-promotion-reasons#write", "type": 301 },

{ "source": "/go/null-safety-migration", "destination": "/null-safety/migration-guide", "type": 301 },
{ "source": "/go/package-retraction", "destination": "/tools/pub/publishing#retract", "type": 301 },
{ "source": "/go/pub-cache", "destination": "/tools/pub/cmd/pub-cache", "type": 301 },
Expand Down

0 comments on commit 5b44eba

Please sign in to comment.