Skip to content

Commit 77bc0dc

Browse files
authored
fixed download url in instructions (#38)
Fix the download url for gRPC-go codelab and replace it with correct url
1 parent 7827748 commit 77bc0dc

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
@@ -72,7 +72,7 @@ go install google.golang.org/grpc/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-getting-started%2Fstart_here) for this codelab.
7676

7777
## Defining protobuf messages and services
7878

0 commit comments

Comments
 (0)