From 894705148711c437ea9ae4bb840c7055672f3ceb Mon Sep 17 00:00:00 2001
From: Gitshaoxiang <1026025056@qq.com>
Date: Tue, 28 Jul 2020 18:56:22 +0800
Subject: [PATCH] fix some link
---
docs/en/unit/esp32cam.md | 2 --
docs/zh_CN/unit/esp32cam.md | 12 ++++++++----
docs/zh_CN/unit/m5camera.md | 15 ++++++++-------
docs/zh_CN/unit/m5camera_f.md | 13 +++++++------
docs/zh_CN/unit/m5camera_f_new.md | 14 +++++++++-----
docs/zh_CN/unit/m5camera_x.md | 14 +++++++-------
6 files changed, 39 insertions(+), 31 deletions(-)
diff --git a/docs/en/unit/esp32cam.md b/docs/en/unit/esp32cam.md
index 9fa1c5e7..bb9b90dd 100644
--- a/docs/en/unit/esp32cam.md
+++ b/docs/en/unit/esp32cam.md
@@ -181,8 +181,6 @@ what this software can do?
- **[Serial communication-ESP32CAM](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/ESP32-Camera)**
-### ArduinoIDE
-
- **[Serial communication-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino/uart)**(The serial communication routine is the communication between the camera and the M5Core.)
## Video
diff --git a/docs/zh_CN/unit/esp32cam.md b/docs/zh_CN/unit/esp32cam.md
index 9dea7bb7..aecf9222 100644
--- a/docs/zh_CN/unit/esp32cam.md
+++ b/docs/zh_CN/unit/esp32cam.md
@@ -173,13 +173,17 @@
## 案例程序
- - **[串口通信-ESP32CAM](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/ESP32-Camera)**
-
- - **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
## 出厂固件(WiFi传输图像)
-- **[ESP32CAM 固件](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/ESP32-Camera)**
+- **[ESP32CAM 固件](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/ESP32-Camera)**
+
+- **[串口通信-ESP32CAM](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/ESP32-Camera)**
+
+- **[串口通信-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino/uart)**(串口通信例程为,摄像头与M5Core之间通信)
+
+
+
## 相关视频
diff --git a/docs/zh_CN/unit/m5camera.md b/docs/zh_CN/unit/m5camera.md
index 00c68dec..a0f626f6 100644
--- a/docs/zh_CN/unit/m5camera.md
+++ b/docs/zh_CN/unit/m5camera.md
@@ -184,24 +184,25 @@
### 出厂固件(WiFi传输图像)
-- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20B)**
+- **[M5Camera](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5Camera)**
### 例程
- - **[人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20B)**
+ - **[人脸识别](https://github.com/m5stack/M5Stack-Camera/tree/master/face_recognize/firmware/M5Camera)**
- - **[串口通信-M5Camera](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20B)**
+ - **[串口通信-M5Camera](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5Camera)**
- - **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
+ - **[串口通信-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
- - **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20B)**
+ - **[QRcode识别](https://github.com/m5stack/M5Stack-Camera/tree/master/qr)**
+
+ - **[MPU6050](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5Camera)**(焊接**MPU6050**芯片后,陀螺仪的例程)
- - **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20B)**(焊接**MPU6050**芯片后,陀螺仪的例程)
### 源码
- - **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
+ - **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
## 原理图
diff --git a/docs/zh_CN/unit/m5camera_f.md b/docs/zh_CN/unit/m5camera_f.md
index 71074712..96cb4033 100644
--- a/docs/zh_CN/unit/m5camera_f.md
+++ b/docs/zh_CN/unit/m5camera_f.md
@@ -190,23 +190,24 @@
### 出厂固件(WiFi传输图像)
-- **[M5CameraF 固件](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20F)**
+- **[M5CameraF 固件](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5CameraF)**
### 例程
- - **[串口通信-M5CameraF](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20F)**
+ - **[串口通信-M5CameraF](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5CameraF)**
- - **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
+ - **[串口通信-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
- - **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20F)**
+ - **[QRcode识别](https://github.com/m5stack/M5Stack-Camera/tree/master/qr/firmware/M5CameraF)**
+
+ - **[MPU6050](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5CameraF)**(焊接**MPU6050**芯片后,陀螺仪的例程)
- - **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20F)**(焊接**MPU6050**芯片后,陀螺仪的例程)
### 源码
- - **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
+ - **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
## 原理图
diff --git a/docs/zh_CN/unit/m5camera_f_new.md b/docs/zh_CN/unit/m5camera_f_new.md
index 99d16960..b12afc76 100644
--- a/docs/zh_CN/unit/m5camera_f_new.md
+++ b/docs/zh_CN/unit/m5camera_f_new.md
@@ -157,21 +157,25 @@
### 出厂固件(WiFi传输图像)
-- **[M5CameraF 固件](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20F)**
+- **[M5CameraF 固件](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5CameraF)**
### 例程
- - **[串口通信-M5CameraF](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20F)**
+ - **[串口通信-M5CameraF](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5CameraF)**
- - **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
+ - **[串口通信-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
+
+ - **[QRcode识别](https://github.com/m5stack/M5Stack-Camera/tree/master/qr/firmware/M5CameraF)**
+
+ - **[MPU6050](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5CameraF)**(焊接**MPU6050**芯片后,陀螺仪的例程)
- - **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20F)**
### 源码
- - **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
+ - **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
+
## 原理图
diff --git a/docs/zh_CN/unit/m5camera_x.md b/docs/zh_CN/unit/m5camera_x.md
index 8b93543f..470e999a 100644
--- a/docs/zh_CN/unit/m5camera_x.md
+++ b/docs/zh_CN/unit/m5camera_x.md
@@ -183,25 +183,25 @@
### 出厂固件(WiFi传输图像)
-- **[M5CameraX 固件](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20X)**
+- **[M5CameraX 固件](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5CameraX)**
### 例程
- - **[人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20X)**
+ - **[人脸识别](https://github.com/m5stack/M5Stack-Camera/tree/master/face_recognize/firmware/M5CameraX)**
- - **[串口通信-M5CameraX](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20X)**
+ - **[串口通信-M5CameraX](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5CameraX)**
- - **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
+ - **[串口通信-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
- - **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20X)**
+ - **[QRcode识别](https://github.com/m5stack/M5Stack-Camera/tree/master/qr/firmware/M5CameraX)**
- - **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20X)**(焊接**MPU6050**芯片后,陀螺仪的例程)
+ - **[MPU6050](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5CameraX)**(焊接**MPU6050**芯片后,陀螺仪的例程)
### 源码
- - **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
+ - **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
## 原理图