diff --git a/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc b/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc
index c93c40c54c79d53b2b98b2f038c0f257dd74eed4..c2cce63f51337dc30b610d68e7509550b3097e39 100644
--- a/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc
+++ b/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc
@@ -56,16 +56,16 @@ boundary conditions and parallelization boundary mesh files are needed. There
 are two possibilities to create such files:
 
  - If there is a `.gml` file, use [`constructMeshesFromGeometry`
-   tool]({{<ref "../meshing-submeshes/constructMeshesFromGeometry">}})  which
+   tool]({{<ref "../../meshing-submeshes/constructMeshesFromGeometry">}})  which
    takes the mesh file and geometry and creates all the boundaries which are
    named in the `.gml` file with the required `bulk_node_ids` and
    `bulk_element_ids` mappings.
  - If there is a boundary mesh (generated by gmsh or salome, or extracted in
    paraview, for example) use the [`identifySubdomains`
-   tool]({{<ref "../meshing-submeshes/identifySubdomains">}}) to create or
+   tool]({{<ref "../../meshing-submeshes/identifySubdomains">}}) to create or
    verify the needed `bulk_node_ids` and `bulk_element_ids` mappings.
 
-## Partition the mesh with [`partmesh`]({{<ref "../model-preparation/mesh-partition">}})
+## Partition the mesh with [`partmesh`]({{<ref "../../model-preparation/mesh-partition">}})
 
 1. Convert vtu mesh into metis input mesh <br/>
 ```bin/partmesh -i cube_1x1x1_hex_axbxc.vtu --ogs2metis``` <br/>