doc: fix link to error_details example (#7345)

This commit is contained in:
Bas Kok 2024-06-25 19:33:32 +02:00 committed by GitHub
parent 1811c6f3cf
commit 5f5d4d2c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ exit status 1
[details]: https://godoc.org/google.golang.org/grpc/internal/status#Status.Details
[status-err]: https://godoc.org/google.golang.org/grpc/internal/status#Status.Err
[status-error]: https://godoc.org/google.golang.org/grpc/status#Error
[example]: https://github.com/grpc/grpc-go/tree/master/examples/features/errors
[example]: https://github.com/grpc/grpc-go/tree/master/examples/features/error_details