Index: content/public/browser/zygote_host_linux.h |
diff --git a/content/public/browser/zygote_host_linux.h b/content/public/browser/zygote_host_linux.h |
index e12f8db2483a904bbf88780e8f54935baf77a5b9..537d6d3f7638c9eb82aaf2ec5b437f563779e850 100644 |
--- a/content/public/browser/zygote_host_linux.h |
+++ b/content/public/browser/zygote_host_linux.h |
@@ -12,7 +12,7 @@ |
namespace content { |
-// http://code.google.com/p/chromium/wiki/LinuxZygote |
+// https://chromium.googlesource.com/chromium/src/+/master/docs/linux_zygote.md |
// The zygote host is an interface, in the browser process, to the zygote |
// process. |