Commit b275016
authored
Fix broken link in
_Description of what this PR is changing or adding, and why:_ This PR
changes the link to _Writing efficient shaders_ that is found under
https://docs.flutter.dev/ui/design/graphics/fragment-shaders#performance-considerations.
It seems that after relocating the engine docs
(flutter/flutter@e068a3e),
this link didn't change accordingly.
_Issues fixed by this PR (if any):_
#12665
_PRs or commits this PR depends on (if any):_
## Presubmit checklist
- [x] If you are unwilling, or unable, to sign the CLA, even for a
_tiny_, one-word PR, please file an issue instead of a PR.
- [x] If this PR is not meant to land until a future stable release,
mark it as draft with an explanation.
- [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
pronouns).
- [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.fragment-shaders.md (#12667)1 parent ebc4bc8 commit b275016
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| |||
0 commit comments