From 92bed06bc0dd49a1d63996de7315d182b64d5352 Mon Sep 17 00:00:00 2001
From: Philipp Spohr <spohr.philipp@web.de>
Date: Tue, 14 Nov 2017 17:42:41 +0100
Subject: [PATCH] added placeholder link

---
 src/main/java/de/hhu/ba/yoshikoWrapper/help/HelpLinks.java | 3 ++-
 src/main/resources/YoshikoStrings.properties               | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/de/hhu/ba/yoshikoWrapper/help/HelpLinks.java b/src/main/java/de/hhu/ba/yoshikoWrapper/help/HelpLinks.java
index 3b6b5d5..3c77e1c 100644
--- a/src/main/java/de/hhu/ba/yoshikoWrapper/help/HelpLinks.java
+++ b/src/main/java/de/hhu/ba/yoshikoWrapper/help/HelpLinks.java
@@ -49,7 +49,8 @@ public final class HelpLinks {
 	/**
 	 * The base location of the bachelor thesis paper
 	 */
-	private static final String docLocation = "file:///home/philipp/workspace/cs/BachelorThesis/YoshikoWrapper/thesis/tex/Thesis.pdf";
+	//TODO: Add final location when published
+	private static final String docLocation = "https://gitlab.cs.uni-duesseldorf.de/spohr/YoshikoWrapper/tree/master";
 
 	/**
 	 * A HashMap linking Classes to a link, pointing to a specific subsection of the BachelorThesis paper that is relevant for understanding the Class
diff --git a/src/main/resources/YoshikoStrings.properties b/src/main/resources/YoshikoStrings.properties
index 7c9a4c4..6230ba1 100644
--- a/src/main/resources/YoshikoStrings.properties
+++ b/src/main/resources/YoshikoStrings.properties
@@ -23,7 +23,7 @@
 
 #TODO: Give more meaningful names to keys, sort
 
-about = INSERT SOME AMAZING INFO ABOUT THIS APPLICATION,\n THE AUTHOR AND WHERE TO FIND MORE INFO HERE\n <a href=\"www.hhu.de\" >LINK</a>
+about = Yoshiko Cytoscape App
 aboutButton = About Yoshiko
 aboutTitle = Yoshiko Plugin Info
 clusters = Cluster
-- 
GitLab