From 8cd97f95bee59949fdc59deebbd4b4a5c6c583c5 Mon Sep 17 00:00:00 2001
From: Haleshot <57552973+Haleshot@users.noreply.github.com>
Date: Sun, 26 Nov 2023 11:40:41 +0530
Subject: [PATCH] Fix Hyperlink Typo in Multipose Detection with TensorFlow
Example
---
pages/v1/models/tensorflow/multi-pose-estimation.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/v1/models/tensorflow/multi-pose-estimation.mdx b/pages/v1/models/tensorflow/multi-pose-estimation.mdx
index befee3d..fa9e6e5 100644
--- a/pages/v1/models/tensorflow/multi-pose-estimation.mdx
+++ b/pages/v1/models/tensorflow/multi-pose-estimation.mdx
@@ -31,4 +31,4 @@ for keypoint in keypoints:
cv2.circle(rgb_image, (keypoint[0], keypoint[1]), 5, (255, 0, 255), -1)
```
-For a complete working example with a Pipeless application check [this](/v1/examples/pose)
\ No newline at end of file
+For a complete working example with a Pipeless application check [this](/v1/examples/tf-pose)
\ No newline at end of file