Skip to content

Commit be8e94d

Browse files
committed
Change image name.
1 parent dd535af commit be8e94d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/learning-paths/embedded-and-microcontrollers/zephyr_shell/1_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ After installation:
6363
Select **Open** to connect to the Zephyr UART shell.
6464

6565
<p style="text-align:center;">
66-
<img src="/learning-paths/embedded-and-microcontrollers/zephyr_shell/images/Putty-Installation.png"
66+
<img src="/learning-paths/embedded-and-microcontrollers/zephyr_shell/images/putty_installation.png"
6767
alt="PuTTY Installation"
6868
width="640"
6969
style="max-width:100%;height:auto;" />

content/learning-paths/embedded-and-microcontrollers/zephyr_shell/3_mqtt_shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In the **Workbench for Zephyr** panel, select **New Application** to open the **
4444
Select **Create** to generate the project.
4545

4646
<p style="text-align:center;">
47-
<img src="/learning-paths/embedded-and-microcontrollers/zephyr_shell/images/WZ-new_project.png"
47+
<img src="/learning-paths/embedded-and-microcontrollers/zephyr_shell/images/wz_new_project.png"
4848
alt="Workbench for Zephyr Create a new Zephyr Application Project wizard with West Workspace zephyr, Toolchain zephyr-sdk-1.0.1, Board NXP FRDM-MCXN947 CPU0, Application type Create new application, Sample project hello_world, Project Name mqtt_shell_backend, Project Location zephyr/apps, and Debug preset checked."
4949
width="640"
5050
style="max-width:100%;height:auto;" />

content/learning-paths/embedded-and-microcontrollers/zephyr_shell/4_uart_shell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Configure PuTTY with:
9494
Select **Open** to connect.
9595
9696
<p style="text-align:center;">
97-
<img src="/learning-paths/embedded-and-microcontrollers/zephyr_shell/images/Putty-Installation.png"
97+
<img src="/learning-paths/embedded-and-microcontrollers/zephyr_shell/images/putty_installation.png"
9898
alt="PuTTY Installation"
9999
width="640"
100100
style="max-width:100%;height:auto;" />
@@ -145,7 +145,7 @@ kernel thread list
145145
```
146146

147147
<p style="text-align:center;">
148-
<img src="/learning-paths/embedded-and-microcontrollers/zephyr_shell/images/Uart_Shell_Output.png"
148+
<img src="/learning-paths/embedded-and-microcontrollers/zephyr_shell/images/uart_shell_output.png"
149149
alt="Uart Shell Output"
150150
width="640"
151151
style="max-width:100%;height:auto;" />

0 commit comments

Comments
 (0)