README.md: update protobuf URL to point to the new github location

This commit is contained in:
Robert S. Edmonds 2014-09-03 14:11:01 -04:00
parent ce90c3be88
commit 0c774499ef

View File

@ -12,7 +12,7 @@ This is `protobuf-c`, a C implementation of the [Google Protocol Buffers](https:
## Building
`protobuf-c` requires a C compiler, a C++ compiler, [protobuf](https://code.google.com/p/protobuf/), and `pkg-config` to be installed.
`protobuf-c` requires a C compiler, a C++ compiler, [protobuf](https://github.com/google/protobuf), and `pkg-config` to be installed.
./configure && make && make install