Fix component links (#9)

Fix links to esp32-camera and esp-face
pull/10/head
Claus Näveke 2018-12-11 09:30:20 +01:00 committed by XiaochaoGONG
parent b6d7634eca
commit fd715557ff
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