From d9bb52eab1015f82d000522c2f884afb74672dbf Mon Sep 17 00:00:00 2001 From: DAOUDI Soufian Date: Fri, 3 Jul 2020 14:10:52 +0200 Subject: [PATCH] docs: fix sandboxing documentation link (#5288) --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 3b37540a7c4..3c50fc53b0a 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -132,7 +132,7 @@ yum update nss -y ## Setting Up Chrome Linux Sandbox -In order to protect the host environment from untrusted web content, Chrome uses [multiple layers of sandboxing](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/linux_sandboxing.md). For this to work properly, +In order to protect the host environment from untrusted web content, Chrome uses [multiple layers of sandboxing](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/linux/sandboxing.md). For this to work properly, the host should be configured first. If there's no good sandbox for Chrome to use, it will crash with the error `No usable sandbox!`.