Skip to content

Commit 3e229a1

Browse files
authored
Add redirect for /go/pub-descriptors to GitHub issue (#7148)
To be used for documenting dart install and dart run Later we can update this to whatever comes out of #7145
1 parent e1a94d0 commit 3e229a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
{ "source": "/go/package-retraction", "destination": "/tools/pub/publishing#retract", "type": 301 },
211211
{ "source": "/go/package-web", "destination": "/interop/js-interop/package-web", "type": 301 },
212212
{ "source": "/go/pub-cache", "destination": "/tools/pub/cmd/pub-cache", "type": 301 },
213+
{ "source": "/go/pub-descriptors", "destination": "https://github.com/dart-lang/site-www/issues/7145", "type": 301 },
213214
{ "source": "/go/pubignore", "destination": "/tools/pub/publishing#what-files-are-published", "type": 301 },
214215
{ "source": "/go/publishing-from-github", "destination": "/tools/pub/automated-publishing#publishing-packages-using-github-actions", "type": 301 },
215216
{ "source": "/go/publishing-with-service-account", "destination": "/tools/pub/automated-publishing#publishing-from-google-cloud-build", "type": 301 },

0 commit comments

Comments
 (0)