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 08d5ef42935ab04677af047532e479a861b813c5..a5c4d02b26e32aa06b63972a61a316148159dfa7 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
@@ -48,13 +48,13 @@ 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 "model-preparation/ConstructMeshesFromGeometry">}})  which
+   tool]({{<ref "../model-preparation/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 "model-preparation/identifysubdomains">}}) to create or
+   tool]({{<ref "../model-preparation/identifySubdomains">}}) to create or
    verify the needed `bulk_node_ids` and `bulk_element_ids` mappings.
 
 ## Partition the mesh