diff --git a/mlair/data_handler/data_handler_mixed_sampling.py b/mlair/data_handler/data_handler_mixed_sampling.py
index d19bbadbf156b4d79d0bcef0c227b536ab7fecff..74e1b42f465900c00ee11d06c61354d06ab31d37 100644
--- a/mlair/data_handler/data_handler_mixed_sampling.py
+++ b/mlair/data_handler/data_handler_mixed_sampling.py
@@ -129,7 +129,7 @@ class DataHandlerMixedSamplingSeparationOfScalesSingleStation(DataHandlerMixedSa
     Data handler using mixed sampling for input and target. Inputs are temporal filtered and depending on the
     separation frequency of a filtered time series the time step delta for input data is adjusted (see image below).
 
-    ..image::../../../../../ _source / _plots / monthly_summary_box_plot.png
+    .. image:: ../../../../../_source/_plots/separation_of_scales.png
         :width: 400
 
     """