Fetch specific version of grpc-go repo in quick start and tutorial pages (#504)

Closes #437
This commit is contained in:
Patrice Chalin 2020-11-05 19:41:43 -05:00 committed by GitHub
parent a2ad08a60c
commit 59a278d69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ The example code is part of the [grpc-go][] repo.
the repo:
```sh
$ git clone https://github.com/grpc/grpc-go
$ git clone -b {{< param grpc_vers.go >}} https://github.com/grpc/grpc-go
```
2. Change to the example directory:
@ -605,7 +605,7 @@ Got message Sixth message at point(0, 3)
page.
{{< /note >}}
[download]: https://github.com/grpc/grpc-go/archive/master.zip
[download]: https://github.com/grpc/grpc-go/archive/{{< param grpc_vers.go >}}.zip
[grpc-go]: https://github.com/grpc/grpc-go
[Prerequisites]: ../quickstart/#prerequisites
[Quick start]: ../quickstart/

View File

@ -40,7 +40,7 @@ The example code is part of the [grpc-go][] repo.
the repo:
```sh
$ git clone https://github.com/grpc/grpc-go
$ git clone -b {{< param grpc_vers.go >}} https://github.com/grpc/grpc-go
```
2. Change to the quick start example directory:
@ -204,7 +204,7 @@ from the `examples/helloworld` directory:
- Explore the [API reference](../api).
[Basics tutorial]: ../basics/
[download]: https://github.com/grpc/grpc-go/archive/master.zip
[download]: https://github.com/grpc/grpc-go/archive/{{< param grpc_vers.go >}}.zip
[Getting Started]: https://golang.org/doc/install
[Go]: https://golang.org
[grpc-go]: https://github.com/grpc/grpc-go