Skip to content

Commit e5ff60a

Browse files
authored
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.
1 parent 066a86e commit e5ff60a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/release/breaking-changes/new-color-scheme-roles.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Relevant PRs:
154154
* [Enhance ColorScheme.fromSeed with a new variant parameter][]
155155

156156
[Support tone-based surface and surface container ColorScheme roles]: {{site.repo.flutter}}/issues/115912
157-
[Support fidelity variant for ColorScheme.fromSeed]: {{site.repo.flutter}}/issues/[144649]
158-
[Introduce tone-based surfaces and accent color add-ons - Part 1]: {{site.repo.flutter}}/pull/[142654]
159-
[Introduce tone-based surfaces and accent color add-ons - Part 2]: {{site.repo.flutter}}/pull/[144273]
160-
[Enhance ColorScheme.fromSeed with a new variant parameter]: {{site.repo.flutter}}/pull/[144805]
157+
[Support fidelity variant for ColorScheme.fromSeed]: {{site.repo.flutter}}/issues/144649
158+
[Introduce tone-based surfaces and accent color add-ons - Part 1]: {{site.repo.flutter}}/pull/142654
159+
[Introduce tone-based surfaces and accent color add-ons - Part 2]: {{site.repo.flutter}}/pull/144273
160+
[Enhance ColorScheme.fromSeed with a new variant parameter]: {{site.repo.flutter}}/pull/144805

0 commit comments

Comments
 (0)