diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md
index def2bde95ab679cc6c41c222d80d48534a2301bf..38d198969801a913287d92ffc300b0447bfacddb 100644
--- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md
+++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md
@@ -85,7 +85,7 @@ pandarallel module. If the pandarallel module is not installed already, use a
     df.parallel_apply(func=transform, axis=1)
     ```
 For more examples of using pandarallel check out
-[https://github.com/nalepae/pandarallel/blob/master/docs/examples.ipynb](https://github.com/nalepae/pandarallel/blob/master/docs/examples.ipynb).
+[https://github.com/nalepae/pandarallel/blob/master/docs/examples.ipynb](https://github.com/nalepae/pandarallel/blob/master/docs/examples_mac_linux.ipynb).
 
 ### Dask