From 9cb1639797169773d7d4b151dd176e4751e7b598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E6=A5=BD=E5=9D=82=E5=B8=95=E7=90=AA?= Date: Wed, 11 Sep 2024 08:13:48 +0800 Subject: [PATCH] Fix typo: Complete the link symbol in pose-detection.md (#21437) --- docs/tutorials/mobile/pose-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/mobile/pose-detection.md b/docs/tutorials/mobile/pose-detection.md index ad4296aa64603..248d06889550a 100644 --- a/docs/tutorials/mobile/pose-detection.md +++ b/docs/tutorials/mobile/pose-detection.md @@ -19,7 +19,7 @@ Learn how to build and run ONNX models on mobile with built-in pre and post proc ## Object detection with YOLOv8 -You can find the full source code for the [Android](https://github.com/microsoft/ app in the ONNX Runtime inference examples repository. +You can find the full source code for the [Android](https://github.com/microsoft/) app in the ONNX Runtime inference examples repository. ### Build the ONNX model with built-in pre and post processing