Fix anchor case

Anchor doesn't work on the website because anchors are case-sensitive.  This fixes that mistake for a link.
This commit is contained in:
Gant Laborde 2021-08-22 14:51:47 -05:00 committed by GitHub
parent 710fb3de58
commit 25de8457fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ Optionally, MediaPipe Pose can predicts a full-body
Please find more detail in the
[BlazePose Google AI Blog](https://ai.googleblog.com/2020/08/on-device-real-time-body-pose-tracking.html),
this [paper](https://arxiv.org/abs/2006.10204),
[the model card](./models.md#pose) and the [Output](#Output) section below.
[the model card](./models.md#pose) and the [Output](#output) section below.
## Solution APIs