From 5dcd69ad34c180ed3cb45241ac125e41cf747bc3 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Tue, 17 Sep 2024 15:35:16 +0200
Subject: [PATCH] fix image path in doc index page

---
 docs/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_index.md b/docs/_index.md
index 5647791..6442871 100644
--- a/docs/_index.md
+++ b/docs/_index.md
@@ -8,4 +8,4 @@ A login page for multiple AAI organisations.
 
 ⚠️ Work in progress!
 
-![Login screen with mode "boxes"](/docs/images/login_mode_boxes.png)
\ No newline at end of file
+![Login screen with mode "boxes"](images/login_mode_boxes.png)
\ No newline at end of file
-- 
GitLab