| Index: content/zygote/zygote_main_linux.cc
|
| diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
|
| index 0ad4699852e5b42f38b318c1a0fc31376fade2c4..c8369a14b8198cc54218c1bf1b57924969d10c7d 100644
|
| --- a/content/zygote/zygote_main_linux.cc
|
| +++ b/content/zygote/zygote_main_linux.cc
|
| @@ -373,7 +373,7 @@ static bool EnterSuidSandbox(sandbox::SetuidSandboxClient* setuid_sandbox,
|
| LOG(WARNING) <<
|
| "You are using a wrong version of the setuid binary!\n"
|
| "Please read "
|
| - "https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment."
|
| + "https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md."
|
| "\n\n";
|
| }
|
|
|
|
|