diff --git a/var/spack/repos/builtin/packages/gaussian-src/package.py b/var/spack/repos/builtin/packages/gaussian-src/package.py index 51d771efad..8f34198a81 100644 --- a/var/spack/repos/builtin/packages/gaussian-src/package.py +++ b/var/spack/repos/builtin/packages/gaussian-src/package.py @@ -129,7 +129,7 @@ def caveats(self): If you have to give others access, please customize the group membership of the package 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 ) ) diff --git a/var/spack/repos/builtin/packages/gaussian-view/package.py b/var/spack/repos/builtin/packages/gaussian-view/package.py index b092719a45..985de8e049 100644 --- a/var/spack/repos/builtin/packages/gaussian-view/package.py +++ b/var/spack/repos/builtin/packages/gaussian-view/package.py @@ -102,7 +102,7 @@ def caveats(self): If you have to give others access, please customize the group membership of the package 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 ) )