Skip to content

Commit 16a8751

Browse files
author
Natalie Perlin
committed
Corrections to documentation and build script for container option
1 parent e440e1b commit 16a8751

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

devbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ if [[ "${PLATFORM}" = "container" && "${CLEAN}" == "false" && "${BUILD}" == "fal
623623
if [[ "$file" != "build_settings.yaml" ]]; then
624624
ln -s ${SRW_WRAP} ${SRW_DIR}/exec/$file
625625
else
626-
cp -pv $file ${SRW_DIR}/exec/.
626+
cp -v $file ${SRW_DIR}/exec/.
627627
fi
628628
done
629629
fi

doc/UsersGuide/BuildingRunningTesting/ContainerQuickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Further information on Singularity/Apptainer is available at:
135135
- SingularityCE:
136136
`https://sylabs.io/singularity/ <https://sylabs.io/singularity/>`_
137137
- SingularityCE Documentation:
138-
`https://docs.sylabs.io/ <https://docs.sylabs.io/>`_
138+
`https://https://sylabs.io/docs/ <https://sylabs.io/docs/>`_
139139
`https://docs.sylabs.io/guides/latest/user-guide/ <https://docs.sylabs.io/guides/latest/user-guide/>`_
140140

141141
- Apptainer:

0 commit comments

Comments
 (0)