From b197a66f408e146764f8fc5a4d19cff7dc4d2f3a Mon Sep 17 00:00:00 2001 From: maodou Date: Tue, 15 Dec 2020 21:42:36 +0800 Subject: [PATCH] docs: update RUNC.md Signed-off-by: maodou --- RUNC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUNC.md b/RUNC.md index 02b19219d..2fec7028b 100644 --- a/RUNC.md +++ b/RUNC.md @@ -1,6 +1,6 @@ containerd is built with OCI support and with support for advanced features provided by [runc](https://github.com/opencontainers/runc). -We depend on a specific `runc` version when dealing with advanced features. You should have a specific runc build for development. The current supported runc commit is described in [`vendor.conf`](vendor.conf). Please refer to the line that starts with `github.com/opencontainers/runc`. +We depend on a specific `runc` version when dealing with advanced features. You should have a specific runc build for development. The current supported runc commit is described in [`go.mod`](go.mod). Please refer to the line that starts with `github.com/opencontainers/runc`. For more information on how to clone and build runc see the runc Building [documentation](https://github.com/opencontainers/runc#building).