Skip to content

Commit

Permalink
Adding tooling links using new /to/ format (#10765)
Browse files Browse the repository at this point in the history
The links added here will be used from various locations that need
consistently functional links that are sometimes manually copy and
pasted. The current set includes links the `flutter` tool, DevTools, the
VS Code plugin(s), the Flutter framework, as well as some surrounding
documentation.

It's particularly important to have these links for areas relying on
fragments, as those redirects can't happen on the server side, and
developers may continue to run SDKs or tools with old links long after
their destination needs to change.

After this PR, `/go/<design-doc>` should only be used for design docs
going forward. Only one item long, top-level redirects such as
`docs.flutter.dev/<top-level>` should also be avoided from now on.

Once this lands, I will update the tools where necessary and land
documentation in the `flutter/flutter` repository that ensures this
format of link is considered.

Contributes to #10363
  • Loading branch information
parlough authored Jun 19, 2024
1 parent fde9d6a commit 404d66a
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 46 deletions.
Loading

0 comments on commit 404d66a

Please sign in to comment.