diff options
Diffstat (limited to 'g3doc')
-rw-r--r-- | g3doc/user_guide/containerd/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g3doc/user_guide/containerd/configuration.md b/g3doc/user_guide/containerd/configuration.md index 5d485c24b..558050bbc 100644 --- a/g3doc/user_guide/containerd/configuration.md +++ b/g3doc/user_guide/containerd/configuration.md @@ -36,7 +36,7 @@ sudo systemctl restart containerd > located in the runtime root. By default, this is `/run/containerd/runsc`. The set of options that can be configured can be found in -[options.go](https://github.com/google/gvisor/blob/master/pkg/shim/v2/options/options.go). +[options.go](https://github.com/google/gvisor/blob/master/pkg/shim/v2/options.go). #### Example: Enable the KVM platform |