Skip to content

Commit c4836c4

Browse files
committed
fix(examples): correct readme broken links
closes #109
1 parent 687cf90 commit c4836c4

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

examples/LVGL/v8/Porting/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ Follow the steps below to configure:
1212

1313
1. For **ESP32_Display_Panel**:
1414

15-
- Follow the [steps](../../README.md#configuring-drivers) to configure drivers if needed.
16-
- If using a supported development board, follow the [steps](../../README.md#using-supported-development-boards) to configure it.
17-
- If using a custom board, follow the [steps](../../README.md#using-custom-development-boards) to configure it.
15+
- Follow the [steps](../../../../README.md#configuring-drivers) to configure drivers if needed.
16+
- If using a supported development board, follow the [steps](../../../../README.md#using-supported-development-boards) to configure it.
17+
- If using a custom board, follow the [steps](../../../../README.md#using-custom-development-boards) to configure it.
1818

1919
2. For **lvgl**:
2020

21-
- Follow the [steps](../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations.
21+
- Follow the [steps](../../../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations.
2222
- Modify the macros in the [lvgl_port_v8.h](./lvgl_port_v8.h) file to configure the LVGL porting parameters.
2323

24-
3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../README.md#configuring-supported-development-boards)
24+
3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../../../README.md#configuring-supported-development-boards)
2525
4. Verify and upload the example to your ESP board.
2626

2727
## Serial Output

examples/LVGL/v8/Rotation/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ Then follow the steps below to configure:
1212

1313
1. For **ESP32_Display_Panel**:
1414

15-
- Follow the [steps](../../README.md#configuring-drivers) to configure drivers if needed.
16-
- If using a supported development board, follow the [steps](../../README.md#using-supported-development-boards) to configure it.
17-
- If using a custom board, follow the [steps](../../README.md#using-custom-development-boards) to configure it.
15+
- Follow the [steps](../../../../README.md#configuring-drivers) to configure drivers if needed.
16+
- If using a supported development board, follow the [steps](../../../../README.md#using-supported-development-boards) to configure it.
17+
- If using a custom board, follow the [steps](../../../../README.md#using-custom-development-boards) to configure it.
1818

1919
2. For **lvgl**:
2020

21-
- Follow the [steps](../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations.
21+
- Follow the [steps](../../../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations.
2222
- Modify the macros in the [lvgl_port_v8.h](./lvgl_port_v8.h) file to configure the LVGL porting parameters.
2323

24-
3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../README.md#configuring-supported-development-boards)
24+
3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../../../README.md#configuring-supported-development-boards)
2525
4. Verify and upload the example to your ESP board.
2626

2727
## Serial Output

examples/Panel/PanelTest/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Follow the steps below to configure:
88

99
1. For **ESP32_Display_Panel**:
1010

11-
- Follow the [steps](../../README.md#configuring-drivers) to configure drivers if needed.
12-
- If using a supported development board, follow the [steps](../../README.md#using-supported-development-boards) to configure it.
13-
- If using a custom board, follow the [steps](../../README.md#using-custom-development-boards) to configure it.
11+
- Follow the [steps](../../../README.md#configuring-drivers) to configure drivers if needed.
12+
- If using a supported development board, follow the [steps](../../../README.md#using-supported-development-boards) to configure it.
13+
- If using a custom board, follow the [steps](../../../README.md#using-custom-development-boards) to configure it.
1414

15-
3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../README.md#configuring-supported-development-boards)
15+
3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../../README.md#configuring-supported-development-boards)
1616
4. Verify and upload the example to your ESP board.
1717

1818
## Serial Output

examples/SquareLine/v8/Porting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Then follow the steps below to configure:
1818

1919
2. For **lvgl**:
2020

21-
- Follow the [steps](../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations.
21+
- Follow the [steps](../../../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations.
2222
- Modify the macros in the [lvgl_port_v8.h](./lvgl_port_v8.h) file to configure the LVGL porting parameters.
2323

2424
3. To directly use the example, please copy the [ui](./libraries/ui/) folder from `libraries` to [Arduino Library directory](../../../../README.md#where-is-the-directory-for-arduino-libraries). What's more, you can follow the [steps](../../../../README.md#porting-squareline-project) to port your own **SquareLine** project.
25-
4. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../README.md#configuring-supported-development-boards)
25+
4. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../../../README.md#configuring-supported-development-boards)
2626
5. Verify and upload the example to your ESP board.
2727

2828
## Serial Output

0 commit comments

Comments
 (0)