From 63668e25cb03ca638e4e95dc7d15e6ff95f42f57 Mon Sep 17 00:00:00 2001 From: Prince Patel Date: Thu, 2 Dec 2021 10:49:03 +0530 Subject: [PATCH] Updated Awesome Mediapipe link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7a1e1877..97f6e95a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ * Bug fixes * Documentation fixes -For new feature additions (e.g., new graphs and calculators), we are currently not planning to accept new feature pull requests into the MediaPipe repository. Instead, we like to get contributors to create their own repositories of the new feature and list it at [Awesome MediaPipe](https://mediapipe.org). This will allow contributors to more quickly get their code out to the community. +For new feature additions (e.g., new graphs and calculators), we are currently not planning to accept new feature pull requests into the MediaPipe repository. Instead, we like to get contributors to create their own repositories of the new feature and list it at [Awesome MediaPipe](https://github.com/mgyong/awesome-mediapipe). This will allow contributors to more quickly get their code out to the community. Before sending your pull requests, make sure you followed this list.