Skip to content

Commit

Permalink
Add go link for documentation about workspaces (dart-lang#5661)
Browse files Browse the repository at this point in the history
Part of dart-lang/pub#4127
This link is referred in dart-lang/pub#4186

Later it should be updated to point at the actual documentation. For now
it is pointing at the design doc.
  • Loading branch information
sigurdm authored and atsansone committed Mar 22, 2024
1 parent 9913d21 commit 6adb68e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@
{ "source": "/go/false-secrets", "destination": "/tools/pub/pubspec#false_secrets", "type": 301 },
{ "source": "/go/ffi", "destination": "/interop/c-interop", "type": 301 },
{ "source": "/go/flutter-upper-bound-deprecation", "destination": "https://github.com/flutter/flutter/issues/68143", "type": 301 },

{ "source": "/go/pub-workspaces", "destination": "https://flutter.dev/go/pub-workspace", "type": 301 },

{ "source": "/go/non-promo-conflicting-getter", "destination": "/tools/non-promotion-reasons#getter-name", "type": 301 },
{ "source": "/go/non-promo-conflicting-non-promotable-field", "destination": "/tools/non-promotion-reasons#field-name", "type": 301 },
{ "source": "/go/non-promo-conflicting-noSuchMethod-forwarder", "destination": "/tools/non-promotion-reasons#nosuchmethod", "type": 301 },
Expand Down

0 comments on commit 6adb68e

Please sign in to comment.