Skip to content

Commit 07de010

Browse files
Update documentation links to open GitHub pages in new tabs
1 parent c16520d commit 07de010

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.md" class="link-card">
174+
<a href="https://github.com/MissCrispenCakes/On-body-haptics/blob/main/docs/getting-started/choosing-platform.md" class="link-card" target="_blank">
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.md" class="link-card">
178+
<a href="https://github.com/MissCrispenCakes/On-body-haptics/blob/main/docs/getting-started/arduino-quickstart.md" class="link-card" target="_blank">
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.md" class="link-card">
182+
<a href="https://github.com/MissCrispenCakes/On-body-haptics/blob/main/docs/getting-started/raspberry-pi-quickstart.md" class="link-card" target="_blank">
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.md" class="link-card">
186+
<a href="https://github.com/MissCrispenCakes/On-body-haptics/blob/main/docs/api/osc-protocol.md" class="link-card" target="_blank">
187187
<h4>📡 OSC Protocol</h4>
188188
<p>Complete API specification and examples</p>
189189
</a>
190-
<a href="docs/hardware/assembly-guide.md" class="link-card">
190+
<a href="https://github.com/MissCrispenCakes/On-body-haptics/blob/main/docs/hardware/assembly-guide.md" class="link-card" target="_blank">
191191
<h4>🔨 Hardware Assembly</h4>
192192
<p>Step-by-step build instructions</p>
193193
</a>
194-
<a href="docs/hardware/pcb-fabrication.md" class="link-card">
194+
<a href="https://github.com/MissCrispenCakes/On-body-haptics/blob/main/docs/hardware/pcb-fabrication.md" class="link-card" target="_blank">
195195
<h4>⚙️ PCB Fabrication</h4>
196196
<p>How to order custom PCBs</p>
197197
</a>

0 commit comments

Comments
 (0)