Browse Source

Fix creating the client link (#1209)

Joshua 4 years ago
parent
commit
f219c2ead0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/basic-tutorial.md

+ 1 - 1
docs/basic-tutorial.md

@@ -183,7 +183,7 @@ service code and use the `protoc-gen-grpc-swift` plugin.
 
 First let's look at how we create a `RouteGuide` server. If you're only
 interested in creating gRPC clients, you can skip this section and go straight
-to [Creating the client](#client) (though you might find it interesting
+to [Creating the client](#creating-the-client) (though you might find it interesting
 anyway!).
 
 There are two parts to making our `RouteGuide` service do its job: