Skip to content

Commit 9493dc9

Browse files
committed
Fixed URL links on README.md
1 parent 5d6fe5e commit 9493dc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ qrepo run flash
4040
4. You're now ready to interact with N2CMU and start utilizing its neural network coprocessing capabilities. Follow the example schematic below for Arduino UNO (but other boards will do).
4141

4242
<p align="center">
43-
<img alt="N2CMU Example Schematic" src="assets/n2cmu-schematics.png" />
43+
<img alt="N2CMU Example Schematic" src="https://github.com/nthnn/n2cmu/blob/main/assets/n2cmu-schematics.png?raw=true" />
4444
</p>
4545

4646
5. Alternatively, you can manufacture your own Arduino UNO shield for N2CMU. Here's the Gerber file and PDF schematic file for N2CMU shield:
4747

48-
- [Arduino N2CMU shield PDF schematic](pcb/Arduino-N2CMU-Shield-Schematic.pdf)
49-
- [Arduino N2CMU Gerber file](pcb/Arduino-N2CMU-Shield-Gerber.zip)
48+
- [Arduino N2CMU shield PDF schematic](https://github.com/nthnn/n2cmu/blob/main/pcb/Arduino-N2CMU-Shield-Schematic.pdf)
49+
- [Arduino N2CMU Gerber file](https://github.com/nthnn/n2cmu/blob/main/pcb/Arduino-N2CMU-Shield-Gerber.zip)
5050

5151
6. See [n2cmu-arduino](https://github.com/nthnn/n2cmu-arduino) library for interacting with Arduino-powered boards.
5252

0 commit comments

Comments
 (0)