Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(610)

Unified Diff: sandbox/linux/suid/sandbox.c

Issue 1538613002: fix some obsolete code.google.com sandbox links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/linux/suid/client/setuid_sandbox_host.cc ('k') | tools/run-bisect-manual-test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/suid/sandbox.c
diff --git a/sandbox/linux/suid/sandbox.c b/sandbox/linux/suid/sandbox.c
index 187df94aa124d3ddb56c6f6baa6e4567092ceadb..d1bc87df646ad10fcdfdb42da0fe6f41d97e3f9c 100644
--- a/sandbox/linux/suid/sandbox.c
+++ b/sandbox/linux/suid/sandbox.c
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://code.google.com/p/chromium/wiki/LinuxSUIDSandbox
+// https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox.md
#include "sandbox/linux/suid/common/sandbox.h"
@@ -400,7 +400,7 @@ bool CheckAndExportApiVersion() {
"The setuid sandbox provides API version %d, "
"but you need %d\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",
kSUIDSandboxApiNumber,
api_number);
« no previous file with comments | « sandbox/linux/suid/client/setuid_sandbox_host.cc ('k') | tools/run-bisect-manual-test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698