mirror of
https://github.com/flutter/packages.git
synced 2025-06-02 08:56:45 +08:00
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:
@ -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'),
|
||||
]),
|
||||
);
|
||||
|
Reference in New Issue
Block a user