Fix typo in link

Change-Id: If2d466b9c22859ef7843fb28a609eae654f9915a
No-Try: true
Docs-Preview: https://skia.org/?cl=419456
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/419456
Reviewed-by: Yegor Jbanov <yjbanov@google.com>
Commit-Queue: Mike Reed <reed@google.com>
This commit is contained in:
Mike Reed 2021-06-17 14:03:37 -04:00 committed by Skia Commit-Bot
parent fd3ec901e0
commit 12f3e56ed6

View File

@ -58,7 +58,7 @@ Determining what glyphs, in what order and positions, are needed to represent a
We posit that drawing *internationally correct* Text is critical to most Web Apps, and that it is both complex to get correct, and can be computationally expensive. We propose exposing this processing to apps, providing them with results that can be efficiently drawn / animated.
The core [Shaping APIs](text_shaping.md) are detailed here.
The core [Shaping APIs](text_shaper.md) are detailed here.
Assocated [Canvas2D extensions](text_c2d.md) are detailed here.