Skip to content

Commit 2a5c19b

Browse files
authored
Fix download URL for gRPC-go Streaming (#45)
Fix download URL for gRPC-go Streaming
1 parent 98409c5 commit 2a5c19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codelabs/grpc-go-streaming/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ go install google.golang.org/protobuf/cmd/protoc-gen-go-grpc@latest
7272
export PATH="$PATH:$(go env GOPATH)/bin"
7373
```
7474

75-
* Use [this as a starting point](https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Fgrpc-ecosystem%2Fgrpc-codelabs%2Ftree%2Fmain%2Fcodelabs%2FGetting\_Started\_with\_gRPC\_Go) for this codelab.
75+
* Use [this as a starting point](https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Fgrpc-ecosystem%2Fgrpc-codelabs%2Ftree%2Fmain%2Fcodelabs%2Fgrpc-go-streaming%2Fstart_here) for this codelab.
7676

7777
## Defining protobuf messages and services
7878

0 commit comments

Comments
 (0)