fix package permissions docs link for gaussian packages (#43998)
This commit is contained in:
parent
8a1b69c1d3
commit
4adbfa3835
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -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
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue