Skip to content

Commit

Permalink
fix broken link in grpc-go codelab (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Sep 3, 2024
1 parent 237e8e4 commit 2693d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codelabs/grpc-go-getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ rpc GetFeature(Point) returns (Feature) {}
```

> [!TIP]
> For the complete .proto file, see [routeguide/route_guide.proto](/completed/routeguide/route_guide.proto).
> For the complete .proto file, see [routeguide/route_guide.proto](/grpc-go-getting-started/completed/routeguide/route_guide.proto).
## Generating client and server code

Expand Down

0 comments on commit 2693d33

Please sign in to comment.