From fd715557ff595d5540ae86bc9bf2bfb7411dacb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20N=C3=A4veke?= Date: Tue, 11 Dec 2018 09:30:20 +0100 Subject: [PATCH] Fix component links (#9) Fix links to esp32-camera and esp-face --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fb428a..e6d0e42 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,12 @@ See the following sections for more details about components. ## Camera -The [camera](components/camera) component contains drivers for camera devices of ESP32. Now OV2640 is supported. +The [camera](https://github.com/espressif/esp32-camera/tree/master) component contains drivers for camera devices of ESP32. Now OV2640 is supported. ## esp-face -The [esp-face](components/esp-face) component contains the APIs of ESP-WHO neural networks, including face detection and recognition framework. +The [esp-face](https://github.com/espressif/esp-face/tree/master) component contains the APIs of ESP-WHO neural networks, including face detection and recognition framework. # Examples