diff --git a/src/cpp/README.md b/src/cpp/README.md index 96ea8074fcf..3f1d4a6fcf8 100755 --- a/src/cpp/README.md +++ b/src/cpp/README.md @@ -157,12 +157,12 @@ You can find out how to build and run our simplest gRPC C++ example in our For more detailed documentation on using gRPC in C++ , see our main documentation site at [grpc.io](https://grpc.io), specifically: -* [Overview](https://grpc.io/docs/): An introduction to gRPC with a simple +* [Overview](https://grpc.io/docs): An introduction to gRPC with a simple Hello World example in all our supported languages, including C++. -* [gRPC Basics - C++](https://grpc.io/docs/tutorials/basic/c.html): +* [gRPC Basics - C++](https://grpc.io/docs/tutorials/basic/cpp): A tutorial that steps you through creating a simple gRPC C++ example application. -* [Asynchronous Basics - C++](https://grpc.io/docs/tutorials/async/helloasync-cpp.html): +* [Asynchronous Basics - C++](https://grpc.io/docs/tutorials/async/helloasync-cpp): A tutorial that shows you how to use gRPC C++'s asynchronous/non-blocking APIs.