From aae838e31bf8f3e298f0d2e656072bf47d366491 Mon Sep 17 00:00:00 2001
From: yoon6 <yoonda5898@gmail.com>
Date: Mon, 5 May 2025 14:43:44 -0700
Subject: [PATCH] Fix broken links about linux sandboxing

/docs/linux/sandboxing.md file is changed to /src/sandbox/linux/README.md at this below commit.
https://chromium-review.googlesource.com/c/chromium/src/+/5597924

And fix additional broken link in docs/design/sandbox.md
This also is related to sandboxing.md

Bug: None
Change-Id: Ib75aba447659fd7cdc8e3552c94e38205d13f1f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6507951
Commit-Queue: Euisang Lim <eui-sang.lim@samsung.com>
Reviewed-by: Euisang Lim <eui-sang.lim@samsung.com>
Reviewed-by: Elly FJ <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1455951}
---
 AUTHORS                | 1 +
 docs/README.md         | 2 +-
 docs/design/sandbox.md | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index e461192a43300..c13e52849652a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -300,6 +300,7 @@ Craig Schlenter <craig.schlenter@gmail.com>
 Csaba Osztrogonác <ossy.szeged@gmail.com>
 Cynthia Revström <me@cynthia.re>
 Daegyu Lee <na7jun8gi@gmail.com>
+Daeyoon Choi <yoonda5898@gmail.com>
 Dai Chunyang <chunyang.dai@intel.com>
 Daiwei Li <daiweili@suitabletech.com>
 Damien Marié <damien@dam.io>
diff --git a/docs/README.md b/docs/README.md
index 9daf487c0520f..a6c31809ceb9e 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -259,7 +259,7 @@ used when committed.
     related tools.
 *   [Chroot Notes](linux/using_a_chroot.md) - Setting up a chroot to work around
     libfreetype differences in some versions of Linux.
-*   [Linux Sandboxing](linux/sandboxing.md) - The Linux multi-process model to
+*   [Linux Sandboxing](../sandbox/linux/README.md) - The Linux multi-process model to
     isolate browser components with different privileges.
 *   [Zygote Process](linux/zygote.md) - How the Linux Zygote process, used to
     spawn new processes, works.
diff --git a/docs/design/sandbox.md b/docs/design/sandbox.md
index 226336c3a3d05..665d7640624e2 100644
--- a/docs/design/sandbox.md
+++ b/docs/design/sandbox.md
@@ -17,7 +17,7 @@ make persistent changes to the computer or access information that is
 confidential. The architecture and exact assurances that the sandbox provides
 are dependent on the operating system. This document covers the Windows
 implementation as well as the general design. The Linux implementation is
-described [here](../../linux/sandbox/linux/README.md), the OSX implementation
+described [here](../../sandbox/linux/README.md), the OSX implementation
 [here](https://dev.chromium.org/developers/design-documents/sandbox/osx-sandboxing-design).
 
 If you don't feel like reading this whole document you can read the