Skip to content

Commit e567cbb

Browse files
committed
Merge branch 'fix/i2c_bus_doc_url' into 'master'
fix(i2c_bus): fix documentation link of i2c_bus See merge request ae_group/esp-iot-solution!1112
2 parents 3a39bce + dc1ae87 commit e567cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/i2c_bus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Component: I2C BUS
2-
[Online documentation](https://docs.espressif.com/projects/esp-iot-solution/en/latest/basic_component/i2c_bus.html)
2+
[Online documentation](https://docs.espressif.com/projects/esp-iot-solution/en/latest/basic/bus/i2c_bus.html)
33

44
The I2C bus component (Bus) is a set of application-layer code built on top of the ESP-IDF peripheral driver code, It is mainly used for bus communication between ESP chips and external devices. From the point of application development, this component has the following features:
55

components/i2c_bus/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "1.0.0"
22
description: I2C bus driver
33
url: https://github.com/espressif/esp-iot-solution/tree/master/components/i2c_bus
44
repository: https://github.com/espressif/esp-iot-solution.git
5-
documentation: https://docs.espressif.com/projects/esp-iot-solution/en/latest/input_device/i2c_bus.html
5+
documentation: https://docs.espressif.com/projects/esp-iot-solution/en/latest/basic/bus/i2c_bus.html
66
issues: https://github.com/espressif/esp-iot-solution/issues
77

88
dependencies:

0 commit comments

Comments
 (0)