This is an automated email from the ASF dual-hosted git repository.
gilbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 1f03f6b Fixed the seccomp default profile link in documentation.
1f03f6b is described below
commit 1f03f6ba46607bd676c4524e6278d329f20ddb9f
Author: Gilbert Song <[email protected]>
AuthorDate: Fri Mar 15 14:51:05 2019 -0700
Fixed the seccomp default profile link in documentation.
---
docs/isolators/linux-seccomp.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/isolators/linux-seccomp.md b/docs/isolators/linux-seccomp.md
index dc027c0..03f2746 100644
--- a/docs/isolators/linux-seccomp.md
+++ b/docs/isolators/linux-seccomp.md
@@ -15,7 +15,7 @@ mechanism for filtering of certain system calls. Seccomp
requires Linux kernel
Seccomp filter is defined by a Seccomp profile which must be compatible with
the Docker Seccomp profile format. An example of the Seccomp profile can be
-found in [default.json](../examples/seccomp_default.json).
+found in [default.json](../../examples/seccomp_default.json).
**Note**: Mesos containerizer uses `pivot_root` system call, so it **must be**
specified in the Seccomp profile. Usually, the Docker Seccomp profile contains