summaryrefslogtreecommitdiffhomepage
path: root/content/docs/user_guide
diff options
context:
space:
mode:
authorIan Lewis <ianmlewis@gmail.com>2019-03-30 00:43:21 -0400
committerAdin Scannell <ascannell@google.com>2019-04-02 16:11:41 -0700
commit96dedf5dd6c42125b3c6f976a1447de96e804600 (patch)
tree816bc13767de46af10761bf74f79d0e4bb58d40c /content/docs/user_guide
parent2dfedb485cf4a853e051e64302d123b82cbd38d7 (diff)
Removed link to filesystem page
Diffstat (limited to 'content/docs/user_guide')
-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?