fix package permissions docs link for gaussian packages (#43998)

This commit is contained in:
Christopher Christofi 2024-05-04 00:35:39 +01:00 committed by GitHub
parent 8a1b69c1d3
commit 4adbfa3835
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ def caveats(self):
If you have to give others access, please customize the group membership of the package If you have to give others access, please customize the group membership of the package
files as documented here: files as documented here:
https://spack.readthedocs.io/en/latest/build_settings.html#package-permissions""".format( https://spack.readthedocs.io/en/latest/packages_yaml.html#package-permissions""".format(
perm_script_path perm_script_path
) )
) )

View file

@ -102,7 +102,7 @@ def caveats(self):
If you have to give others access, please customize the group membership of the package If you have to give others access, please customize the group membership of the package
files as documented here: files as documented here:
https://spack.readthedocs.io/en/latest/build_settings.html#package-permissions""".format( https://spack.readthedocs.io/en/latest/packages_yaml.html#package-permissions""".format(
perm_script_path perm_script_path
) )
) )