From 4f3134572bf51aff646430243fda68946c0398a2 Mon Sep 17 00:00:00 2001 From: DAOUDI Soufian Date: Tue, 7 Jan 2020 22:17:01 +0100 Subject: [PATCH] Fixed sandboxing documentation link --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index bebf9e98a3ee7..abe2e44d87c55 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -131,7 +131,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!`.