Update Flutter wiki links (#6789)

Updates all links to the Flutter wiki to point to their new location in the flutter/flutter repository. (The sole exception is a link to a doc that doesn't have a final home yet, and is linked from legacy code anyway so doesn't really need to be updated.)

While touching the PR template, makes a few minor improvements:
- Removes the breaking change discussion that doesn't apply to this repository, as breaking changes are handled totally differently for packages (and is covered by the link to docs about Dart versioning).
- Adds text and a link to reflect the fact that some PRs can be changelog-exempt.
This commit is contained in:
stuartmorgan
2024-05-26 08:47:23 -04:00
committed by GitHub
parent d52b992a4a
commit 5cc71d00ac
150 changed files with 187 additions and 190 deletions

View File

@ -697,7 +697,7 @@ A B C
contains('Dart code block at line 3 is not managed by code-excerpt.'),
// Ensure that the failure message links to instructions.
contains(
'https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages'),
'https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md'),
contains('Missing code-excerpt management for code block'),
]),
);