From 1a7490c5a673a3848731c624b341d7276ae34540 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Fri, 8 Sep 2023 11:17:14 -0700 Subject: [PATCH] Add link to CONTRIBUTING from README Replace link to BUILDING since CONTRIBUTING already points to it Signed-off-by: Derek McGowan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76d084594..7641626f4 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ See our documentation on [containerd.io](https://containerd.io): * [namespaces](docs/namespaces.md) * [client options](docs/client-opts.md) -See how to build containerd from source at [BUILDING](BUILDING.md). +To get started contributing to containerd, see [CONTRIBUTING](CONTRIBUTING.md). If you are interested in trying out containerd see our example at [Getting Started](docs/getting-started.md).