From 0c774499efe009f4fa98b00713d61627e6c07342 Mon Sep 17 00:00:00 2001 From: "Robert S. Edmonds" Date: Wed, 3 Sep 2014 14:11:01 -0400 Subject: [PATCH] README.md: update protobuf URL to point to the new github location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ca749..bf982d9 100644 --- a/README.md +++ b/README.md @@ -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