aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-03-18 11:05:25 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-03-18 11:10:13 -0700
commitd85ef060644e315bd20c660a2efda6d7384e6376 (patch)
tree8bfa00b2f0722d1c2a04133a492cb113098464e0 /src/cpp
parent4302be789d89703d48f033c44720f828765f1467 (diff)
Doc Fixit: src/cpp/README.md
Replace liquid templates with relative links.
Diffstat (limited to 'src/cpp')
-rw-r--r--src/cpp/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpp/README.md b/src/cpp/README.md
index 83d37aa2ed..f2935e52d9 100644
--- a/src/cpp/README.md
+++ b/src/cpp/README.md
@@ -61,7 +61,7 @@ below.
#Documentation
You can find out how to build and run our simplest gRPC C++ example in our
-[C++ quick start](https://github.com/grpc/grpc/tree/{{ site.data.config.grpc_release_branch }}/examples/cpp).
+[C++ quick start](../../examples/cpp).
For more detailed documentation on using gRPC in C++ , see our main
documentation site at [grpc.io](http://grpc.io), specifically:
@@ -79,4 +79,4 @@ documentation site at [grpc.io](http://grpc.io), specifically:
# Examples
Code examples for gRPC C++ live in this repository's
-[examples/cpp](https://github.com/grpc/grpc/tree/{{ site.data.config.grpc_release_branch }}/examples/cpp) directory.
+[examples/cpp](../../examples/cpp) directory.