Skip to content

Commit 2693d33

Browse files
authored
fix broken link in grpc-go codelab (#34)
1 parent 237e8e4 commit 2693d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codelabs/grpc-go-getting-started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ rpc GetFeature(Point) returns (Feature) {}
136136
```
137137

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

0 commit comments

Comments
 (0)