Skip to content

Commit b275016

Browse files
authored
Fix broken link in fragment-shaders.md (#12667)
_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.
1 parent ebc4bc8 commit b275016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/ui/design/graphics/fragment-shaders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ this is more efficient than creating a new
366366
For a more detailed guide on writing performant shaders,
367367
check out [Writing efficient shaders][] on GitHub.
368368

369-
[Writing efficient shaders]: {{site.repo.flutter}}/blob/main/engine/src/flutter/impeller/docs/shader_optimization.md
369+
[Writing efficient shaders]: {{site.repo.flutter}}/blob/main/docs/engine/impeller/docs/shader_optimization.md
370370

371371
### Other resources
372372

0 commit comments

Comments
 (0)