From b9ac018db0d238c6584db7592c120e4c984df258 Mon Sep 17 00:00:00 2001
From: Erik Strand <erik.strand@cba.mit.edu>
Date: Thu, 30 Sep 2021 20:43:55 -0400
Subject: [PATCH] Center image and fix href typo

---
 comm/iCE40/notes.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/comm/iCE40/notes.html b/comm/iCE40/notes.html
index 9a1dbed..d8638f7 100644
--- a/comm/iCE40/notes.html
+++ b/comm/iCE40/notes.html
@@ -65,7 +65,9 @@ clocks aren't synchronized). At this speed, we see groups of 256 round trips hap
 978Hz. So overall this means the individual round trip frequency is 250kHz.
 </p>
 
-<img src="/img/comm_ring_40mhz.png" alt="oscilloscope measurements">
+<center>
+<img src="./img/comm_ring_40mhz.png" alt="oscilloscope measurements">
+</center>
 
 <p>
 Out of curiosity, I tried running at 48MHz as well and it seemed to work. At 60MHz however it
-- 
GitLab