From f11a220a0ccf4dd99d0abc968186c3770417406d Mon Sep 17 00:00:00 2001 From: Mohamed Awnallah Date: Sat, 13 Apr 2024 05:43:43 +0200 Subject: [PATCH] docs: update CoreOS example to `master` branch --- docs/docs/mapping/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/mapping/examples.md b/docs/docs/mapping/examples.md index 0b16e003ec9..4e90d1e6c15 100644 --- a/docs/docs/mapping/examples.md +++ b/docs/docs/mapping/examples.md @@ -23,5 +23,5 @@ Examples are available under `examples/internal` directory. entrypoint of the generated reverse proxy. To use the same port for custom HTTP handlers (e.g. serving `swagger.json`), -gRPC-Gateway, and a gRPC server, see [this code example by CoreOS](https://github.com/philips/grpc-gateway-example/blob/main/cmd/serve.go) (and it's accompanying +gRPC-Gateway, and a gRPC server, see [this code example by CoreOS](https://github.com/philips/grpc-gateway-example/blob/master/cmd/serve.go) (and it's accompanying [blog post](https://coreos.com/blog/grpc-protobufs-swagger.html)).