From c89aaed7c424d19acc35a3900f9c6a8ac53b87e0 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Sat, 5 Apr 2014 14:35:08 -0400 Subject: [PATCH] README.md: link to the protobuf project, not the Protocol Buffers documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2c7414..97a0d0a 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, [Google Protocol Buffers](https://developers.google.com/protocol-buffers/), and `pkg-config` to be installed. +`protobuf-c` requires a C compiler, a C++ compiler, [protobuf](https://code.google.com/p/protobuf/), and `pkg-config` to be installed. ./configure && make && make install