diff --git a/README.org b/README.org
index d87a2435e46c335ac12c076baced9abd332e5f76..693a05d17a5743715e9632448b8d42b70172d708 100644
--- a/README.org
+++ b/README.org
@@ -3,7 +3,7 @@
 
 Hier finden Sie die Jupyter-Notebooks für das Seminar. Die Notebooks
 sind im Wesentlichen eine Ãœbersetzung der 2. Ausgabe des Buches [[http://greenteapress.com/wp/think-python-2e/][Think
-Python]]" von Allen B. Downey. 
+Python]]" von Allen B. Downey.
 
 Die Notebooks finden Sie im Ordner [[file:notebooks/][notebooks]]. Sie können sich die
 Notebooks hier ansehen aber nicht ausführen. Dazu müssen Sie sie
@@ -47,16 +47,16 @@ nutzen.
   erhalten. Wenn niemand helfen kann, helfen wir Ihnen!
 
 *** Windows
-- https://www.anaconda.com/distribution/
-- http://technivore.org/posts/2016/02/27/windows-jupyter-three-ways.html
+- [[https://www.anaconda.com/distribution/]]
+- [[http://technivore.org/posts/2016/02/27/windows-jupyter-three-ways.html]]
 
 *** Linux
 - Je nach Distribution das passende Paket installieren, z.B. in Debian mittels ~apt-get install python3-notebook~.
 - Anaconda enthält sowohl Jupyter Notebooks, als auch Python 3.5 oder 3.6 Kernel und einige wichtige Python-Bibliotheken wie z.B. Numpy.
-  - Die Python-Version 3.6 ist hier zu finden: https://www.anaconda.com/download/#linux  
-  - Die Python-Version 3.5 hier: https://docs.anaconda.com/anaconda/faq#how-do-i-get-anaconda-with-python-3-5
-  - Hier Hilfestellung zur Instalation von Conda: https://docs.anaconda.com/anaconda/install/linux
+  - Die Python-Version 3.6 ist hier zu finden: [[https://www.anaconda.com/download/#linux]]
+  - Die Python-Version 3.5 hier: [[https://docs.anaconda.com/anaconda/faq#how-do-i-get-anaconda-with-python-3-5]]
+  - Hier Hilfestellung zur Instalation von Conda: [[https://docs.anaconda.com/anaconda/install/linux]]
 
 *** Mac
-- Ananconda für Mac, wählen Sie Python 3.6 aus: https://www.anaconda.com/download/#macos
-- Mac OS X Installations-Hilfe: https://docs.anaconda.com/anaconda/install/mac-os#macos-graphical-install
+- Ananconda für Mac, wählen Sie Python 3.6 aus: [[https://www.anaconda.com/download/#macos]]
+- Mac OS X Installations-Hilfe: [[https://docs.anaconda.com/anaconda/install/mac-os#macos-graphical-install]]