Skip to content

Commit 5ac73ac

Browse files
authored
documentation: Update proxy docs to point to WithContextDialer (#7361)
1 parent d382d84 commit 5ac73ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ connection before giving it to gRPC.
1212

1313
If the default proxy doesn't work for you, replace the default dialer with your
1414
custom proxy dialer. This can be done using
15-
[`WithDialer`](https://godoc.org/google.golang.org/grpc#WithDialer).
15+
[`WithContextDialer`](https://pkg.go.dev/google.golang.org/grpc#WithContextDialer).

0 commit comments

Comments
 (0)