--- a/trunk/landingpage/index.html
+++ b/trunk/landingpage/index.html
@@ -29,7 +29,7 @@
             <li><a href="#features" class="nav-link">Features</a></li>
             <li><a href="#tour-head" class="nav-link">Tour</a></li>
             <li><a href="#faqs" class="nav-link">FAQs </a></li>
-			<li><a href="#Downloads">Downloads </a></li>
+			<li><a href="#Download">Download </a></li>
             <li><a href="#about" class="nav-link">About</a></li>
           </ul>
         </div> <!-- /.navbar-collapse -->
@@ -40,7 +40,7 @@
       <div class="container">
         <h1>Unit testing framework for CODESYS</h1>	
         <h2>In short 'CfUnit' is a free and open-source unit testing framework for CODESYS released under MIT-License</h2>
-        <p><a class="btn btn-primary btn-lg" href="#Downloads">Downloads <span class="glyphicon glyphicon-circle-arrow-right"></span></a></p>
+        <p><a class="btn btn-primary btn-lg" href="#Download">Download <span class="glyphicon glyphicon-circle-arrow-right"></span></a></p>
       </div> <!-- /.container -->
     </div> <!-- /.jumbotron -->
 
@@ -149,7 +149,7 @@
         <p class="col-md-4 col-sm-6">
           <strong>User Guide</strong><br>
 		  Follow <a href="https://tcunit.org/introduction-user-guide/">this tuturial</a>.<br>
-		  The end result of this tuturial in CODESYS can be downloaded <a href="#Downloads">here.</a><br>
+		  The end result of this tuturial in CODESYS can be downloaded <a href="#Download">here.</a><br>
 		  Allthough written for TwinCAT, it can be easily followed by CODESYS users.
         </p>
 		<p class="col-md-4 col-sm-6">
@@ -175,8 +175,8 @@
 	
 	
 	<div class="container">
-      <h3 id="Downloads" class="subhead">Downloads</h3>
-	  <div class="row downloads">
+      <h3 id="Download" class="subhead">Download</h3>
+	  <div class="row Download">
 	    <p class="col-md-4 col-sm-6">
 		<strong>CfUnit.compiled-library</strong><br>
 		  v0.9.0.0 precompiled version.<br>
@@ -203,7 +203,7 @@
 		  Simple Usage Example<br>
 		  <a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v0.9.0.0/SimpleCfUnitExampleProject.project?format=raw" class="btn btn-primary">Download</a>
 	    </p>
-      </div> <!-- /.row downloads -->
+      </div> <!-- /.row Download -->
     </div> <!-- /.container -->