From 03bf215650010ec5ecd4a9c5f0d145eaa2f7f8e2 Mon Sep 17 00:00:00 2001 From: Paulo Tioseco Date: Tue, 26 Jun 2018 18:04:03 -0700 Subject: [PATCH] Fix link to build docs Changing to BUILDING.md because INSTALL.md was renamed to it in f389e5267afe7a7f735fd7e4c2f923640d2f72c5. --- docs/quickstart/cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/cpp.md b/docs/quickstart/cpp.md index 622b107c..5d092481 100644 --- a/docs/quickstart/cpp.md +++ b/docs/quickstart/cpp.md @@ -17,7 +17,7 @@ working example.

#### Install gRPC To install gRPC on your system, follow the [instructions to build from -source](https://github.com/grpc/grpc/blob/master/INSTALL.md). +source](https://github.com/grpc/grpc/blob/master/BUILDING.md). To run the example code, please ensure `pkg-config` is installed on your machine before you build and install gRPC in the previous step, since the