From 51cd5ffd91b1a061ee1da2b048c22cd05ca3e836 Mon Sep 17 00:00:00 2001 From: cperry-goog <78765543+cperry-goog@users.noreply.github.com> Date: Sat, 7 Jun 2025 12:42:32 -0700 Subject: [PATCH] fix(build): correct sandbox warning link (#819) --- scripts/build_sandbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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