From e89d4528e1432e5ac1f76fc11354b355e2da3c3d Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de>
Date: Tue, 9 Dec 2014 23:34:02 +0100
Subject: [PATCH] typos, etc.

---
 src/site/markdown/download.md | 9 +++++----
 src/site/markdown/index.md    | 4 ++--
 src/site/site.xml             | 4 ++--
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index dfcedd33..79e4544d 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -12,7 +12,7 @@ There are two simple ways to add TeeTime to your own project.
 
 TeeTime is available through Maven's central repository.
 
-If you use Maven, simply add following lines to your pom.xml:
+If you use Maven, simply add following lines to your ``pom.xml``:
 
 ```xml
 <dependency>
@@ -22,7 +22,8 @@ If you use Maven, simply add following lines to your pom.xml:
 </dependency>
 ```
 
-Dependency informations for other project management tools can be found [here](dependency-info.html). Please make sure, your tool uses Maven's central repository. Help on how to add it, can be found [here](http://central.sonatype.org/pages/consumers.html).
+<!--- Dependency informations for other project management tools can be found [here](dependency-info.html). -->
+Please make sure, your project management tool uses Maven's central repository. Help on how to add it, can be found [here](http://central.sonatype.org/pages/consumers.html).
 
 #### Binaries and sources
 
@@ -38,7 +39,7 @@ Please do not forget, that this releases are not intended for daily use. These b
 
 All snapshot builds will be deployed to Sonatype's snapshot repository.
 
-To download these builds, add following lines to your project's pom.xml: 
+To download these builds, add following lines to your project's ``pom.xml``: 
 
 ```xml
 <dependency>
@@ -48,7 +49,7 @@ To download these builds, add following lines to your project's pom.xml:
 </dependency>
 ```
 
-If you did not add the Sonatype snapshot repository yet to your pom.xml, add also following lines to it, as otherwise Maven will not be able to find the needed artifacts:
+If you did not add the Sonatype snapshot repository yet to your ``pom.xml``, add also following lines to it, as otherwise Maven will not be able to find the needed artifacts:
 
 ```xml
 <repositories>
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index cf2f9f2e..6a783594 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -22,7 +22,7 @@ Predefined stages are provided within the source code. You can immediatly start
 ## What is it?
 
 <!--- ![Logo](images/teetime-wo-arrows-shrinked.png) TeeTime Logo -->
-TeeTime is a Pipes-And-Filter-Framework for Java.
+TeeTime is a Pipes-And-Filters-Framework for Java.
 	
 It provides various features, which will bring you to the next level of analysis programming, such like:
 		
@@ -36,7 +36,7 @@ It provides various features, which will bring you to the next level of analysis
 
 ## Where to get it
 
-TeeTime is available in many ways. If your projects use Maven, just add following dependency to your pom.xml:
+TeeTime is available in many ways. If your projects use Maven, just add following dependency to your ``pom.xml``:
 
 ```xml
 <dependency>
diff --git a/src/site/site.xml b/src/site/site.xml
index d904344e..60022d6d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -9,7 +9,7 @@
 		<name>
 			TeeTime
 		</name>
-		<href>index.html</href>
+		<href>http://teetime.sourceforge.net</href>
 	</bannerLeft>
 
 	<body>
@@ -58,7 +58,7 @@
 				<name>
 					TeeTime
 				</name>
-				<href>index.html</href>
+				<href>http://teetime.sourceforge.net</href>
 			</brand>
 			<slogan>
 				<![CDATA[
-- 
GitLab