Fix component links

Fix links to esp32-camera and esp-face
pull/9/head
Claus Näveke 2018-12-11 08:25:06 +01:00 committed by GitHub
parent b6d7634eca
commit 12e79ed4a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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