diff --git a/docs.it4i/software/mpi/mpi4py-mpi-for-python.md b/docs.it4i/software/mpi/mpi4py-mpi-for-python.md
index bcb78f0b6e1b639cbbb9a26a40077991af95636f..1fe8efad002f17c65eb40c89525b31ad7b6c4b03 100644
--- a/docs.it4i/software/mpi/mpi4py-mpi-for-python.md
+++ b/docs.it4i/software/mpi/mpi4py-mpi-for-python.md
@@ -31,7 +31,7 @@ You need to import MPI to your Python program. Include the following line to the
 from mpi4py import MPI
 ```
 
-The MPI4Py-enabled Python programs [execute as any other OpenMPI][1] code. The simpliest way is to run:
+The MPI4Py-enabled Python programs execute as any other OpenMPI code. The simpliest way is to run:
 
 ```console
 $ mpirun python <script>.py
@@ -217,6 +217,4 @@ In this example, we run MPI4Py-enabled code on 4 nodes, 128 cores per node (tota
 
 You can increase `n` and watch the time lowering.
 
-[1]: running_openmpi.md
-
 [a]: https://pypi.python.org/pypi/mpi4py