From 58e55e5463f8bd96b7f080fc5ab55ec79f75064a Mon Sep 17 00:00:00 2001 From: Renato Cavalcanti Date: Wed, 25 Nov 2020 20:13:16 +0100 Subject: [PATCH] remove mention to https in docs --- grpc-example/grpc-example-java/docs/src/main/paradox/index.md | 2 +- grpc-example/grpc-example-scala/docs/src/main/paradox/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grpc-example/grpc-example-java/docs/src/main/paradox/index.md b/grpc-example/grpc-example-java/docs/src/main/paradox/index.md index 6eb32e48..cab9736f 100644 --- a/grpc-example/grpc-example-java/docs/src/main/paradox/index.md +++ b/grpc-example/grpc-example-java/docs/src/main/paradox/index.md @@ -92,7 +92,7 @@ curl http://localhost:9000/proxy/grpc-hello/Alice The following happens ```bash -curl --(http)--> service gateway --(http)--> hello-proxy-service --(gRPC/https)--> hello-service +curl --(http)--> service gateway --(http)--> hello-proxy-service --(gRPC/http)--> hello-service ``` ## Testing the gRPC endpoints diff --git a/grpc-example/grpc-example-scala/docs/src/main/paradox/index.md b/grpc-example/grpc-example-scala/docs/src/main/paradox/index.md index 2731c57f..e5dfe53f 100644 --- a/grpc-example/grpc-example-scala/docs/src/main/paradox/index.md +++ b/grpc-example/grpc-example-scala/docs/src/main/paradox/index.md @@ -85,7 +85,7 @@ $ curl http://localhost:9000/proxy/grpc-hello/Alice The following happens ```bash - curl --(http)--> service gateway --(http)--> hello-proxy-service --(gRPC/https)--> hello-service + curl --(http)--> service gateway --(http)--> hello-proxy-service --(gRPC/http)--> hello-service ``` ## Testing the gRPC endpoints