diff --git a/web/content/docs/userguide/features/parallel_computing_mpi.md b/web/content/docs/userguide/features/parallel_computing_mpi.md
index 3ca945ddb11856511a8bd47b9aee8999aa979b85..5a55b08ba08cec4a2ad2022b866be5844fb0b465 100644
--- a/web/content/docs/userguide/features/parallel_computing_mpi.md
+++ b/web/content/docs/userguide/features/parallel_computing_mpi.md
@@ -192,7 +192,7 @@ For the detailed syntax of job script of SLURM for EVE, please visit <https://wi
 
 A prebuilt container with `ogs` (current master) is available at:
 
-* `/data/ogs/apptainer/guix/ogs-petsc-ssd_head.squashfs`
+* `/data/ogs/apptainer/guix/ogs-petsc_head.squashfs`
 
 You need to modify your submit script, e.g.:
 
@@ -200,7 +200,7 @@ You need to modify your submit script, e.g.:
 ...
 #SBATCH ...
 
-srun apptainer exec /data/ogs/apptainer/guix/ogs-petsc-ssd_head.squashfs ogs $PRJ_FILE
+srun apptainer exec /data/ogs/apptainer/guix/ogs-petsc_head.squashfs ogs $PRJ_FILE
 ```
 
 ### 3. Check results