Skip to content

Commit abfbf74

Browse files
authored
doc: fix references to status methods (grpc#3702)
1 parent 3405381 commit abfbf74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/rpc-errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ exit status 1
6161
[status]: https://godoc.org/google.golang.org/grpc/status#Status
6262
[new-status]: https://godoc.org/google.golang.org/grpc/status#New
6363
[code]: https://godoc.org/google.golang.org/grpc/codes#Code
64-
[with-details]: https://godoc.org/google.golang.org/grpc/status#Status.WithDetails
65-
[details]: https://godoc.org/google.golang.org/grpc/status#Status.Details
66-
[status-err]: https://godoc.org/google.golang.org/grpc/status#Status.Err
64+
[with-details]: https://godoc.org/google.golang.org/grpc/internal/status#Status.WithDetails
65+
[details]: https://godoc.org/google.golang.org/grpc/internal/status#Status.Details
66+
[status-err]: https://godoc.org/google.golang.org/grpc/internal/status#Status.Err
6767
[status-error]: https://godoc.org/google.golang.org/grpc/status#Error
6868
[example]: https://github.com/grpc/grpc-go/tree/master/examples/features/errors

0 commit comments

Comments
 (0)