diff --git a/docs/examples/howto_conversions/plot_D_feflowlib_CT_simulation.py b/docs/examples/howto_conversions/plot_D_feflowlib_CT_simulation.py
index 230bc129e5c3a075341e4fd4ff4ad247a4baa06e..31f7cb15e07a7f52f7d27403bead9ff7e657d9a1 100644
--- a/docs/examples/howto_conversions/plot_D_feflowlib_CT_simulation.py
+++ b/docs/examples/howto_conversions/plot_D_feflowlib_CT_simulation.py
@@ -50,7 +50,7 @@ feflow_model.setup_prj(end_time=int(4.8384e07), time_stepping=time_steps)
 # Save the model (mesh, subdomains and project file).
 feflow_model.save()
 # Print the prj-file as an example.
-ET.dump(ET.parse(feflow_model.mesh_path.with_suffix(".prj")))
+ET.dump(ET.parse(feflow_model.output_path.with_suffix(".prj")))
 # %%
 # 3. Run the model.
 feflow_model.run()