Skip to content

Commit d9a6ebd

Browse files
fix: remove file:// from grpc examples
1 parent c058151 commit d9a6ebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dsl-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ do:
358358
call: grpc
359359
with:
360360
proto:
361-
endpoint: file://app/greet.proto
361+
endpoint: https://greeter.com/greet.proto
362362
service:
363363
name: GreeterApi.Greeter
364364
host: localhost

examples/call-grpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ do:
88
call: grpc
99
with:
1010
proto:
11-
endpoint: file://app/greet.proto
11+
endpoint: https://greeter.com/greet.proto
1212
service:
1313
name: GreeterApi.Greeter
1414
host: localhost

0 commit comments

Comments
 (0)