From 45ed5901980377c807a1d0932e84a30761ff9e9e Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 1 Nov 2022 17:37:45 -0400 Subject: [PATCH] README: protobuild is in containerd org now Signed-off-by: Vincent Batts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5125cd90..675a5179e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Create a gogo vanity binary (see [`cmd/protoc-gen-gogottrpc/main.go`](cmd/protoc-gen-gogottrpc/main.go) for an example with the ttrpc plugin enabled. -It's recommended to use [`protobuild`](https://github.com//stevvooe/protobuild) +It's recommended to use [`protobuild`](https://github.com/containerd/protobuild) to build the protobufs for this project, but this will work with protoc directly, if required.