summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorcperry-goog <[email protected]>2025-06-07 12:42:32 -0700
committerGitHub <[email protected]>2025-06-07 12:42:32 -0700
commit51cd5ffd91b1a061ee1da2b048c22cd05ca3e836 (patch)
tree4579b21af567ad42da6b17a4346041a783b2e683 /scripts
parentf1a4e5d4d3f7e4fdcee193622b3e7aebf661a48b (diff)
fix(build): correct sandbox warning link (#819)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_sandbox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_sandbox.sh b/scripts/build_sandbox.sh
index 151c8284..64960588 100755
--- a/scripts/build_sandbox.sh
+++ b/scripts/build_sandbox.sh
@@ -19,7 +19,7 @@ set -euo pipefail
# note this includes the case where sandbox-exec (seatbelt) is used
# this happens most commonly when user runs `npm run build:all` without enabling sandboxing
if ! scripts/sandbox_command.sh -q || [ "$(scripts/sandbox_command.sh)" == "sandbox-exec" ]; then
- echo "WARNING: container-based sandboxing is disabled (see README.md#sandboxing)"
+ echo "WARNING: container-based sandboxing is disabled (see CONTRIBUTING.md#enabling-sandboxing)"
exit 0
fi