From 3a84a0647175760881159e7ff59f48ffa9947ba3 Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de>
Date: Tue, 27 Oct 2015 14:13:13 +0100
Subject: [PATCH] changed url

---
 pom.xml                         | 20 +++++---------------
 src/site/markdown/contribute.md |  8 ++++----
 src/site/markdown/logo.md       | 17 -----------------
 3 files changed, 9 insertions(+), 36 deletions(-)
 delete mode 100644 src/site/markdown/logo.md

diff --git a/pom.xml b/pom.xml
index b241dba1..f4c48fb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
 	<licenses>
 		<license>
 			<name>Apache License, Version 2.0</name>
-			<url>http://christianwulf.github.io/teetime/LICENSE.txt</url>
+			<url>http://teetime-framework.github.io/LICENSE.txt</url>
 		</license>
 	</licenses>
 
@@ -47,7 +47,7 @@
 
 	<issueManagement>
 		<system>GitLab</system>
-		<url>https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/issues/</url>
+		<url>https://build.se.informatik.uni-kiel.de/gitlab/teetime/teetime/issues/</url>
 	</issueManagement>
 
 	<developers>
@@ -76,16 +76,6 @@
 	</developers>
 
 	<contributors>
-		<contributor>
-			<name>Robin Mohr</name>
-			<email>-</email>
-			<organization>-</organization>
-			<organizationUrl>-</organizationUrl>
-			<timezone>Europe/Berlin</timezone>
-			<roles>
-				<role>Committer</role>
-			</roles>
-		</contributor>
 		<contributor>
 			<name>Christian Claus Wiechmann</name>
 			<email>ccw@informatik.uni-kiel.de</email>
@@ -99,9 +89,9 @@
 	</contributors>
 
 	<scm>
-		<connection>scm:git:https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime.git</connection>
-		<developerConnection>scm:git:ssh://gitlab@build.se.informatik.uni-kiel.de:chw/teetime.git</developerConnection>
-		<url>https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/</url>
+		<connection>scm:git:https://build.se.informatik.uni-kiel.de/gitlab/teetime/teetime.git</connection>
+		<developerConnection>scm:git:ssh://gitlab@build.se.informatik.uni-kiel.de:teetime/teetime.git</developerConnection>
+		<url>https://build.se.informatik.uni-kiel.de/gitlab/teetime/teetime/</url>
 	</scm>
 
 	<ciManagement>
diff --git a/src/site/markdown/contribute.md b/src/site/markdown/contribute.md
index 18786e38..db1a1ea4 100644
--- a/src/site/markdown/contribute.md
+++ b/src/site/markdown/contribute.md
@@ -9,16 +9,16 @@ You can also download the source code from our Git repository.
 Following URL's will give you read-only access to our server:
 
 ```xml
-ssh://gitlab@build.se.informatik.uni-kiel.de:chw/teetime.git
+ssh://gitlab@build.se.informatik.uni-kiel.de:teetime/teetime.git
 ```
 
 or
 
 ```xml
-http://build.se.informatik.uni-kiel.de/gitlab/chw/teetime.git
+http://build.se.informatik.uni-kiel.de/gitlab/teetime/teetime.git
 ```
 
-Last, but not least, TeeTime is also available on [GitHub](https://github.com/ChristianWulf/teetime).
+Last, but not least, TeeTime is also available on [GitHub](https://github.com/teetime-framework/teetime).
 
 ### Workflow
 
@@ -32,7 +32,7 @@ If you contribute, please follow our guidelines to comply to our quality standar
 
 - Create a new branch for every code modification you want to perform.
 
-- Contribute your changes and fixes by using the [merge request](https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/merge_requests) function in GitLab.
+- Contribute your changes and fixes by using the [merge request](https://build.se.informatik.uni-kiel.de/gitlab/teetime/teetime/merge_requests) function in GitLab.
 
 - Last, but not least, participate in discussions within our issue tracking system. 
 
diff --git a/src/site/markdown/logo.md b/src/site/markdown/logo.md
deleted file mode 100644
index 3c6204fb..00000000
--- a/src/site/markdown/logo.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Logo Download
-
-The TeeTime Logo is licensed under a [Creative Commons Attribution 4.0 International](http://creativecommons.org/licenses/by/4.0/) License. Feel free to use it, as long as you provide a reference to this site.
-
-
-
-![Logo](images/teetime-transparent-100.png)
-
-
-
-Available formats:
-
-* PNG, transparent: [641 x 150px](images/teetime-transparent-150.png), [427 x 100px](images/teetime-transparent-100.png), [214 x 50px](images/teetime-transparent-50.png)
-* PNG, white background: [641 x 150px](images/teetime-white-150.png), [427 x 100px](images/teetime-white-100.png), [214 x 50px](images/teetime-white-50.png)
-* SVG: [transparent](images/teetime-path.svg)
-* PDF:
-
-- 
GitLab