You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments