From a80697ebe328e14bacb0224c0f060ec7ad482ceb Mon Sep 17 00:00:00 2001
From: Danny Griffin <dgr@mit.edu>
Date: Tue, 23 Apr 2024 20:48:47 +0000
Subject: [PATCH] Revert "test update links"

This reverts commit 9d4bb3d36a438f7e6c4be1c97ff2dcad506e0f05
---
 index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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