Browse Source

Fixed basic tutorial typo (#724)

Jan Chaloupecky 6 years ago
parent
commit
9243527488
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/basic-tutorial.md

+ 1 - 1
docs/basic-tutorial.md

@@ -464,7 +464,7 @@ program from exiting (since `close()` is never called on the server).
 
 
 In this section, we'll look at creating a Swift client for our `RouteGuide`
 In this section, we'll look at creating a Swift client for our `RouteGuide`
 service. You can see our complete example client code in
 service. You can see our complete example client code in
-[grpc-swift/Sources/Examples/RouteGuide/Client/main.java][routeguide-client].
+[grpc-swift/Sources/Examples/RouteGuide/Client/main.swift][routeguide-client].
 
 
 #### Creating a stub
 #### Creating a stub