Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Broken links on "new-color-scheme-roles.md" page (#11245)
The following four links to reference pages on the Flutter web site page https://docs.flutter.dev/release/breaking-changes/new-color-scheme-roles are broken: - [Support fidelity variant for ColorScheme.fromSeed](flutter/flutter#144649) - [Introduce tone-based surfaces and accent color add-ons - Part 1](flutter/flutter#142654) - [Introduce tone-based surfaces and accent color add-ons - Part 2](flutter/flutter#138521) - [Enhance ColorScheme.fromSeed with a new variant parameter](flutter/flutter#144805) They are broken due to wrong syntax in the markdown file, used URLs are otherwise correct, but the used extended markdown link syntax is not, causing the links to be broken. This PR fixes the error so the links work. ## Presubmit checklist - [ ] This PR is marked as draft with an explanation if not meant to land until a future stable release. - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
- Loading branch information