diff --git a/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md b/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
index da68d52580112b89a105c9960e249eef75683416..36fbb93d6ce1f15417e805c96c8dcf568d3d43b6 100644
--- a/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
+++ b/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
@@ -257,14 +257,13 @@ module:
 
 When your Jupyter instance is started, you can set up Spark/Flink. Since the setup in the notebook
 requires more steps than in an interactive session, we have created example notebooks that you can
-use as a starting point for convenience:
-[SparkExample.ipynb](misc/SparkExample.ipynb),
+use as a starting point for convenience: [SparkExample.ipynb](misc/SparkExample.ipynb),
 [FlinkExample.ipynb](misc/FlinkExample.ipynb)
 
 !!! warning
 
-    The notebooks only work with the Spark or Flink module mentioned above. When using other 
-    Spark/Flink modules, it is possible that you have to do additional or other steps in order to 
+    The notebooks only work with the Spark or Flink module mentioned above. When using other
+    Spark/Flink modules, it is possible that you have to do additional or other steps in order to
     make Spark/Flink running.
 
 !!! note