From b4c1e453882b880406fac966edbdfa2cad0b37e5 Mon Sep 17 00:00:00 2001 From: Clay Walker Date: Mon, 10 Aug 2020 01:34:09 -0700 Subject: [PATCH] docs: fix setuid sandbox link (#6310) Minor documentation fix. --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index a5d4233935bc0..42edcafb5c1ed 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -166,7 +166,7 @@ kernel privileges. sudo sysctl -w kernel.unprivileged_userns_clone=1 ``` -### [alternative] Setup [setuid sandbox](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/linux_suid_sandbox_development.md) +### [alternative] Setup [setuid sandbox](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/linux/suid_sandbox_development.md) The setuid sandbox comes as a standalone executable and is located next to the Chromium that Puppeteer downloads. It is fine to re-use the same sandbox executable for different Chromium versions, so the following could be