From d934d5ac0a7d9de2c6578d543276d25b0e173926 Mon Sep 17 00:00:00 2001 From: Benedikt Seeger <benedikt.seeger@ptb.de> Date: Fri, 17 Nov 2023 11:12:28 +0100 Subject: [PATCH] fixed links --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 56f54e5..97f9ffd 100644 --- a/index.html +++ b/index.html @@ -19,10 +19,10 @@ <main> <article> <h3> - <a href="dcCTableTool/">Table Tool</a> - <a href="dcCTableTool/" class="link-button"><img src="img/link.png" alt="Link"></a> + <a href="DCCTableTool/">Table Tool</a> + <a href="DCCTableTool/" class="link-button"><img src="img/link.png" alt="Link"></a> </h3> - <a href="dcCTableTool/" class="article-image"> + <a href="DCCTableTool/" class="article-image"> <img src="img/tableTool.png" alt="table tool icon. Es zeigt eine Datei, die einen Graphen enthält, und dass sie in einen DCC übersetzt wird."> </a> <p> @@ -71,8 +71,8 @@ Damit ist er ein wichtiger Baustein bei der Verarbeitung von DCCs. </p> <div class="example-files"> - <a href="JSONExample.json" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei JSON</a> - <a href="XMLExample.xml" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei XML</a> + <a href="exampleData/JSONExample.json" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei JSON</a> + <a href="exampleData/XMLExample.xml" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei XML</a> </div> <a href="https://gitlab1.ptb.de/TBruns/dcc_rest_server" class="git-link"> <img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab -- GitLab