Skip to content

Commit e525a2b

Browse files
committed
Update demo GIF path in documentation and add new file for consistent rendering
1 parent 898b491 commit e525a2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A demonstration project showcasing **CAN bus communication** between two ESP32 b
66

77
<!-- Demo GIF: relative path so it renders both on GitHub and in the docs site -->
88
<p align="center">
9-
<img src="docs/demo.gif" alt="CAN demo" />
9+
<img src="docs/_static/demo.gif" alt="CAN demo" />
1010
</p>
1111

1212
## 🎯 What This Project Demonstrates
File renamed without changes.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Welcome to the CAN Lecture RX/TX project documentation. This site covers how the project is structured, how to build and run it on the ESP32 boards, and how data flows through the system.
44

5-
<!-- Demo GIF shown in docs (relative path). File: docs/demo.gif -->
5+
<!-- Demo GIF shown in docs (moved to _static for Sphinx/GitHub Pages). File: docs/_static/demo.gif -->
66
<p align="center">
7-
<img src="./demo.gif" alt="CAN demo" />
7+
<img src="_static/demo.gif" alt="CAN demo" />
88
</p>
99

1010
## Contents

0 commit comments

Comments
 (0)