Skip to content

Commit 1dadd6a

Browse files
authored
Merge pull request #5804 from IRCody/proto-download
Updates the location of protobuf downloads
2 parents c4664bd + 3a8622e commit 1dadd6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This doc includes:
1515
To build the `containerd` daemon, and the `ctr` simple test client, the following build system dependencies are required:
1616

1717
* Go 1.13.x or above except 1.14.x
18-
* Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/google/protobuf/releases))
18+
* Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/protocolbuffers/protobuf/releases))
1919
* Btrfs headers and libraries for your distribution. Note that building the btrfs driver can be disabled via the build tag `no_btrfs`, removing this dependency.
2020

2121
## Build the development environment
@@ -33,7 +33,7 @@ git clone https://github.com/containerd/containerd
3333
For proper results, install the `protoc` release into `/usr/local` on your build system. For example, the following commands will download and install the 3.11.4 release for a 64-bit Linux host:
3434

3535
```
36-
$ wget -c https://github.com/google/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip
36+
$ wget -c https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip
3737
$ sudo unzip protoc-3.11.4-linux-x86_64.zip -d /usr/local
3838
```
3939

0 commit comments

Comments
 (0)