diff --git a/Doc/Sd1/GettingStarted/gettingStarted.xml b/Doc/Sd1/GettingStarted/gettingStarted.xml
index 6ffa7619170fb5f1e4dae2500dfb598359e25aa6..1631800630b64b84662eef8a204050ba09aec660 100644
--- a/Doc/Sd1/GettingStarted/gettingStarted.xml
+++ b/Doc/Sd1/GettingStarted/gettingStarted.xml
@@ -626,7 +626,7 @@
 
               <listitem>
                 <para><link
-                xlink:href="https://learn.mi.hdm-stuttgart.de/files/CheatSheet"><quote>Cheat
+                xlink:href="https://freedocs.mi.hdm-stuttgart.de/cheat"><quote>Cheat
                 sheet uploads</quote></link> of <filename>zip</filename>
                 Archives to be used during the examination.</para>
 
diff --git a/Klausuren/Sd1/2019winter/Exam/src/main/java/de/hdm_stuttgart/mi/sd1/task1/extra/package-info.java b/Klausuren/Sd1/2019winter/Exam/src/main/java/de/hdm_stuttgart/mi/sd1/task1/extra/package-info.java
deleted file mode 100644
index 6152c2c29cb6d00991e889f9f08151683f7245e0..0000000000000000000000000000000000000000
--- a/Klausuren/Sd1/2019winter/Exam/src/main/java/de/hdm_stuttgart/mi/sd1/task1/extra/package-info.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * <p>Classes here mostly (if not completely) contain static methods to be implemented.</p>
- *
- * <p>The ordering being implied by (test) class names and related methods reflect the author's opinion about ascending
- * implementation difficulty. You are free to proceed differently. Hints:</p>
- *
- * <ul>
- *     <li>Run <code>mvn javadoc:javadoc</code> and open the generated
- *     <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
- *
- *     <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
- *     to implementing.</li>
- *
- *     <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
- *     correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
- *     of examination points reached so far.</li>
- *
- *     <li>The debugger is your friend</li>
- * </ul>
- *
- */
-package de.hdm_stuttgart.mi.sd1.task1;
\ No newline at end of file