From f6c2406623de8142f22d9ddf7337bfb0c5f35ffc Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Thu, 1 Apr 2021 08:11:24 -0400
Subject: [PATCH] wip

---
 index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 70671a5..93b393a 100644
--- a/index.html
+++ b/index.html
@@ -17,12 +17,12 @@
 
 <p>
 
-This page collects ring oscillator timing tests for embedded systems (the prior page is <a href=prior/index.html>here</a>).
+This page collects <a href="#GPIO">GPIO</a> and <a href="#communication">communication</a> ring oscillator timing tests for embedded systems (the prior page is <a href=prior/index.html>here</a>).
 
 <p>
 
 <center>
-<b>GPIO</b>
+<b><a id="GPIO">GPIO</a></b>
 </center>
 
 <p>
@@ -171,7 +171,7 @@ The GPIO test measures how quickly pins can communicate with a processor core; t
 <br><br>
 
 <center>
-<b>Communication</b>
+<b><a id="communication">Communication</a></b>
 </center>
 
 <p>
-- 
GitLab