From bb426245fdefd8eb8c6d37f6309f2c3c8f1c9e11 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Fri, 22 Mar 2024 19:28:20 +0100 Subject: [PATCH] Add go link for documentation about workspaces (#5661) Part of https://github.com/dart-lang/pub/issues/4127 This link is referred in https://github.com/dart-lang/pub/pull/4186 Later it should be updated to point at the actual documentation. For now it is pointing at the design doc. --- 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 },