summaryrefslogtreecommitdiffhomepage
path: root/content/docs
diff options
context:
space:
mode:
Diffstat (limited to 'content/docs')
-rw-r--r--content/docs/user_guide/FAQ.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/docs/user_guide/FAQ.md b/content/docs/user_guide/FAQ.md
index b0d0cd4a2..86ac70fa8 100644
--- a/content/docs/user_guide/FAQ.md
+++ b/content/docs/user_guide/FAQ.md
@@ -26,7 +26,6 @@ Note that `kubectl cp` works because it does the copy by exec'ing inside the
sandbox, and thus gVisor cache is aware of the new files and dirs.
There are also different filesystem modes that can be used to avoid this issue.
-See [Filesystem](../filesystem/).
### What's the security model?