From 4adbfa38354ce80925114582290ce587e99f0022 Mon Sep 17 00:00:00 2001 From: Christopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com> Date: Sat, 4 May 2024 00:35:39 +0100 Subject: [PATCH] fix package permissions docs link for gaussian packages (#43998) --- var/spack/repos/builtin/packages/gaussian-src/package.py | 2 +- var/spack/repos/builtin/packages/gaussian-view/package.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ) )