From a9df87abe9aa093a1f03a7720f6211f2c92c7ced Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Thu, 21 Mar 2024 13:37:52 +0100 Subject: [PATCH] Add go link for documentation about workspaces --- firebase.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 0287ddad4b..d976984b02 100644 --- a/firebase.json +++ b/firebase.json @@ -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 },