From 15bfda5cbcb2e666ef7c62cdad9381e576b0477a Mon Sep 17 00:00:00 2001
From: Jake Read <jake.read@cba.mit.edu>
Date: Wed, 22 Nov 2017 10:32:31 -0500
Subject: [PATCH] Update README.md

---
 circuit/README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/circuit/README.md b/circuit/README.md
index bd48601..6116937 100644
--- a/circuit/README.md
+++ b/circuit/README.md
@@ -112,15 +112,15 @@ I have been tempted to buy some fancy 'mezannine' connectors - but I ended up (a
 
 OK, Here's my schematic
 
-![schematic](https://raw.githubusercontent.com/jakeread/tinynets/master/document/atsam-router-schematic.png)
+![schematic](https://github.com/jakeread/tinynets/blob/master/document/atsam-router-schematic.png)
 
 And the board
 
-![routed](https://raw.githubusercontent.com/jakeread/tinynets/master/document/atsam-router-board.png)
+![routed](https://github.com/jakeread/tinynets/blob/master/document/atsam-router-board.png)
 
 Fabricated
 
-![fabbed](https://raw.githubusercontent.com/jakeread/tinynets/master/document/one-atsam-router.jpg)
+![fabbed](https://github.com/jakeread/tinynets/blob/master/document/one-atsam-router.jpg)
 
 ## Incremental
 
@@ -139,7 +139,7 @@ Fabricated
 
 It turns out this chip defaults to SWD, not JTAG. Should have read the datasheet more carefully. Also, I forgot to order the tag-connect for this number of pins...
 
-![fabbed](https://raw.githubusercontent.com/jakeread/tinynets/master/circuit/images/swd-not-jtag.jpg)
+![hack alert](https://github.com/jakeread/tinynets/blob/master/circuit/images/swd-not-jtag.jpg)
 
 ### PIO
 
@@ -374,4 +374,4 @@ USB CDC, interrupts
 CDC, / mods pipe -> pass objects don't parse characters: key: value
 
 Writeup PR2, do encoder?
-or, do 2nd board, do uart return test, order next boards, dream of experiments
\ No newline at end of file
+or, do 2nd board, do uart return test, order next boards, dream of experiments
-- 
GitLab