Skip to content

Commit

Permalink
Merge pull request #3693 from bholagabbar/grpc-fortune-link
Browse files Browse the repository at this point in the history
Correcting links for gRPC Fortune Teller app
  • Loading branch information
k8s-ci-robot authored Jan 23, 2019
2 parents 42d3f68 + 05993e8 commit bd74dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nginx controller.
for grpc support.
4. You have a backend application running a gRPC server and listening for TCP
traffic. If you prefer, you can use the
[fortune-teller](https://github.com/kubernetes/ingress-nginx/images/grpc-fortune-teller)
[fortune-teller](https://github.com/kubernetes/ingress-nginx/tree/master/images/grpc-fortune-teller)
application provided here as an example.

### Step 1: kubernetes `Deployment`
Expand All @@ -30,7 +30,7 @@ This is a standard kubernetes deployment object. It is running a grpc service
listening on port `50051`.

The sample application
[fortune-teller-app](https://github.com/kubernetes/ingress-nginx/images/grpc-fortune-teller)
[fortune-teller-app](https://github.com/kubernetes/ingress-nginx/tree/master/images/grpc-fortune-teller)
is a grpc server implemented in go. Here's the stripped-down implementation:

```go
Expand Down

0 comments on commit bd74dce

Please sign in to comment.