diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-10-18 02:40:54 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-10-24 10:20:30 +0900 |
commit | 514f16b290229cc1105cdaf8102fee59b1365aee (patch) | |
tree | 856fede0fd091098bdab4996b027ebe8e8179613 /content/docs/user_guide/debugging.md | |
parent | 53e921eb38e38867363f2203d2f883dadf3b5a2d (diff) |
Fix links on website.
Diffstat (limited to 'content/docs/user_guide/debugging.md')
-rw-r--r-- | content/docs/user_guide/debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/user_guide/debugging.md b/content/docs/user_guide/debugging.md index e6f024de6..4d26d557c 100644 --- a/content/docs/user_guide/debugging.md +++ b/content/docs/user_guide/debugging.md @@ -4,7 +4,7 @@ weight = 120 +++ To enable debug and system call logging, add the `runtimeArgs` below to your -[Docker](../docker/) configuration (`/etc/docker/daemon.json`): +[Docker](../quick_start/docker/) configuration (`/etc/docker/daemon.json`): ```json { |