Skip to content

Commit 61a110d

Browse files
examples: Update in-process sources in examples (#11952)
Update in-process sources location in examples since they have been migrated from core artifacts.
1 parent f3f054a commit 61a110d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ Example bugs not caught by mocked stub tests include:
153153

154154
For testing a gRPC client, create the client with a real stub
155155
using an
156-
[InProcessChannel](../core/src/main/java/io/grpc/inprocess/InProcessChannelBuilder.java),
156+
[InProcessChannel](../inprocess/src/main/java/io/grpc/inprocess/InProcessChannelBuilder.java),
157157
and test it against an
158-
[InProcessServer](../core/src/main/java/io/grpc/inprocess/InProcessServerBuilder.java)
158+
[InProcessServer](../inprocess/src/main/java/io/grpc/inprocess/InProcessServerBuilder.java)
159159
with a mock/fake service implementation.
160160

161161
For testing a gRPC server, create the server as an InProcessServer,

0 commit comments

Comments
 (0)