Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Broken links on "new-color-scheme-roles.md" page #11245

Merged
merged 2 commits into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. FIX: Broken links on "new-color-scheme-roles.md" page

    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.
    rydmike authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1945f4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from rydmike/rydmike-fix-links-on-new-color-sch…

    …eme-roles
    
    FIX: Broken links on "new-color-scheme-roles.md" page
    rydmike authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    473978c View commit details
    Browse the repository at this point in the history