Skip to content

Commit c16520d

Browse files
Fix broken documentation links by correcting file extensions to .md
1 parent 744290d commit c16520d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,27 +171,27 @@ <h3>📰 Featured</h3>
171171
<div class="links">
172172
<h2>📖 Documentation</h2>
173173
<div class="link-grid">
174-
<a href="docs/getting-started/choosing-platform.html" class="link-card">
174+
<a href="docs/getting-started/choosing-platform.md" class="link-card">
175175
<h4>🤔 Choosing a Platform</h4>
176176
<p>Arduino vs Raspberry Pi comparison guide</p>
177177
</a>
178-
<a href="docs/getting-started/arduino-quickstart.html" class="link-card">
178+
<a href="docs/getting-started/arduino-quickstart.md" class="link-card">
179179
<h4>⚡ Arduino Quick Start</h4>
180180
<p>15-minute setup for portable systems</p>
181181
</a>
182-
<a href="docs/getting-started/raspberry-pi-quickstart.html" class="link-card">
182+
<a href="docs/getting-started/raspberry-pi-quickstart.md" class="link-card">
183183
<h4>🥧 Raspberry Pi Quick Start</h4>
184184
<p>15-minute setup for high-fidelity effects</p>
185185
</a>
186-
<a href="docs/api/osc-protocol.html" class="link-card">
186+
<a href="docs/api/osc-protocol.md" class="link-card">
187187
<h4>📡 OSC Protocol</h4>
188188
<p>Complete API specification and examples</p>
189189
</a>
190-
<a href="docs/hardware/assembly-guide.html" class="link-card">
190+
<a href="docs/hardware/assembly-guide.md" class="link-card">
191191
<h4>🔨 Hardware Assembly</h4>
192192
<p>Step-by-step build instructions</p>
193193
</a>
194-
<a href="docs/hardware/pcb-fabrication.html" class="link-card">
194+
<a href="docs/hardware/pcb-fabrication.md" class="link-card">
195195
<h4>⚙️ PCB Fabrication</h4>
196196
<p>How to order custom PCBs</p>
197197
</a>

0 commit comments

Comments
 (0)