From 4b4fb1b8387901105844458da1057dddf88ad628 Mon Sep 17 00:00:00 2001
From: Benedikt Seeger <benedikt.seeger@ptb.de>
Date: Thu, 14 Dec 2023 14:20:38 +0100
Subject: [PATCH] we want the link to go to the gui not the rest endpoint ....

---
 index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index fa096dd..2b234ee 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>IT-Produkte der Arbeitsgruppe 1.73</title>
   <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
-  <link rel="stylesheet" href="styles/style.css"/>
+  <link rel="stylesheet" href="landingStyles/style.css"/>
 </head>
 
 <body>
@@ -80,10 +80,10 @@
     </article>
 	<article>
       <h3>
-        <a href="tableSheetDCCProcessing/">Table Tool REST API Gui</a>
-        <a href="tableSheetDCCProcessing/" class="link-button"><img src="img/link.png" alt="Link"></a>
+        <a href="tabletoolrestapiwebgui/">Table Tool REST API Gui</a>
+        <a href="tabletoolrestapiwebgui/" class="link-button"><img src="img/link.png" alt="Link"></a>
       </h3>
-      <a href="tableSheetDCCProcessing/" class="article-image">
+      <a href="tabletoolrestapiwebgui/" class="article-image">
         <img src="img/dragAndDropIcon.svg" alt="Table Tool REST API Gui. Es ziegt ein Drag and Drop Symbol das für die Konversion von tabelierten Daten steht.">
       </a>
       <p>
-- 
GitLab