From 9d4bb3d36a438f7e6c4be1c97ff2dcad506e0f05 Mon Sep 17 00:00:00 2001
From: Danny Griffin <dgr@mit.edu>
Date: Tue, 23 Apr 2024 16:27:59 -0400
Subject: [PATCH] test update links

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

diff --git a/index.md b/index.md
index 4ade3d7..01188b8 100644
--- a/index.md
+++ b/index.md
@@ -6,14 +6,14 @@ nav_order: 1
 
 # Computer vision
 
-## [Camera sensors]({{ '/01_cameras.html' | relative_url }})
+## [Camera sensors]({{ '/topics/01_cameras.html' | relative_url }})
 
 Sensor basics
 
-## [Passive scanning]({{ '/02_passive.html' | relative_url }})
+## [Passive scanning]({{ '/topics/02_passive.html' | relative_url }})
 
 Testing - Photogrammetry / Stereo Photogrammetry
 
-## [Active scanning]({{ '/03_active.html' | relative_url }})
+## [Active scanning]({{ '/topics/03_active.html' | relative_url }})
 
 Testing - Mechanical Methods / Light / Lasers
-- 
GitLab