flutter/docs
Nate Wilson a8f903223b
Fix markdown hyperlinks in the style guide (#150071)
Some of the syntax in the migrated [style guide](14df7be3f9/docs/contributing/Style-guide-for-Flutter-repo.md (lazy-programming)) (and "workarounds for common issues") doesn't show up super well as a `.md` file on GitHub. (related: #145009)

<br>

#### Current

> You may hear team members say "embrace the http://www.catb.org/jargon/html/Y/yak-shaving.html[yak
shave]!". This is an encouragement to https://www.youtube.com/watch?v=AbSehcT19u0[take on the larger effort necessary] to perform a proper fix for a problem rather than just applying a band-aid.

#### This PR

> You may hear team members say "embrace the [yak shave](http://www.catb.org/jargon/html/Y/yak-shaving.html)!". This is an encouragement to [take on the larger effort necessary](https://www.youtube.com/watch?v=AbSehcT19u0) to perform a proper fix for a problem rather than just applying a band-aid.

<br>

Workarounds-for-common-issues.md: [**before**](14df7be3f9/docs/wiki_archive/Workarounds-for-common-issues.md) / [**after**](c8d84a71b7/docs/wiki_archive/Workarounds-for-common-issues.md)
2024-06-12 18:41:10 +00:00
..
about [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
contributing Fix markdown hyperlinks in the style guide (#150071) 2024-06-12 18:41:10 +00:00
ecosystem [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
engine [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
examples [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
infra Add a doc for the flutter/packages gardener (#149682) 2024-06-12 14:57:00 +00:00
libraries/material
platforms [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
postmortems
releases 3.22.2 release notes (#149818) 2024-06-06 20:02:57 +00:00
roadmap [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
tool
triage Update packages desktop PR triage link lables (#150124) 2024-06-12 18:04:21 +00:00
wiki_archive Fix markdown hyperlinks in the style guide (#150071) 2024-06-12 18:41:10 +00:00
Flutter-Self-Service-Index.md [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
In-case-of-emergency.md [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
README.md [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00

This wiki is primarily aimed at engineers building or making contributions to Flutter.

If you are new to Flutter, then you will find more general information on the Flutter project, including tutorials and samples, on our Web site at flutter.dev. For specific information about Flutter's APIs, consider our API reference which can be found at the api.flutter.dev.

If you want to know what we're likely to do in the future, our roadmap may be of interest.

If you intend to contribute to Flutter, welcome! You are encouraged to start with our contributor guide, which helps onboard new team members. It points to the most relevant pages on this wiki. You are also invited to join our Discord server.

Index of notable sections