Fixed typo
diff --git a/cpp/cpptutorial.md b/cpp/cpptutorial.md
index 069ca4e..af6b6b1 100644
--- a/cpp/cpptutorial.md
+++ b/cpp/cpptutorial.md
@@ -236,7 +236,7 @@
<a name="client"></a>
## Creating the client
-In this section, we'll look at creating a C++ client for our `RouteGuide` service. You can see our complete example client code in [grpc-common/cpp/route_guide/route_guide_client.cc]((https://github.com/grpc/grpc-common/blob/master/cpp/route_guide/route_guide_client.cc).
+In this section, we'll look at creating a C++ client for our `RouteGuide` service. You can see our complete example client code in [grpc-common/cpp/route_guide/route_guide_client.cc](https://github.com/grpc/grpc-common/blob/master/cpp/route_guide/route_guide_client.cc).
### Creating a stub