diff --git a/public/index.html b/public/index.html
index 0d4565d176fa535517aede88cef90fc9df506b59..f8723992defbf329c225ba3b2ce7bd5bd4281eb7 100644
--- a/public/index.html
+++ b/public/index.html
@@ -96,14 +96,13 @@
 <!-- ------------------------------------------------------------------------------------------------------------------------------- -->
 <!-- ƄNDERUNGEN NUR AB HIER VORNEHMEN -->
 
-  <!-- PROJEKTE BITTE HIER EINTRAGEN -->
-  <!-- 1 Zeile -->
+  <!-- 1 ZEILE DER PROJEKTÜBERSICHT -->
       <div class="album py-5 bg-light topDownPadding">
         <div class="container">
           <div class="row">
             <div class="col-md-4">
               <div class="card mb-4 shadow-sm extension">
-                <!-- BEISPIELPROJEKTE -->
+                <!-- BEISPIELPROJEKT 1 -->
                 <h5>Titel Beipsielprojekt</h5>
                 <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
                 <img class="thumbimg" src="imgs/thumbnails/beispiel.PNG" alt="">
@@ -112,7 +111,7 @@
                 </div>
                 <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                   <div class="btn-group">
-                    <form action="beispiel.html" class="form-signin" method="GET">
+                    <form action="src/beispiel.html" class="form-signin" method="GET">
                       <button type="submit" class="btn btn-sm btn-outline-secondary">Details</button>
                     </form>                   
                   </div>