Skip to content

Commit

Permalink
FIX: Broken links on "new-color-scheme-roles.md" page (#11245)
Browse files Browse the repository at this point in the history
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
rydmike authored Oct 8, 2024
1 parent 066a86e commit e5ff60a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Relevant PRs:
* [Enhance ColorScheme.fromSeed with a new variant parameter][]

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

0 comments on commit e5ff60a

Please sign in to comment.