Skip to content

Commit 1cd2346

Browse files
blairkutzmenghanl
authored andcommitted
Documentation: update broken wire.html link in metadata package. (grpc#1791)
https://grpc.io/docs/guides/wire.html is no longer valid. Looking at an archived version of that page (https://web.archive.org/web/20171006045517/https://grpc.io/docs/guides/wire.html) it looks equilavent to what is now posted at: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md. The gRPC guide: https://grpc.io/docs/guides/ contains a link in the sidebar navigation to the same page, so pretty sure it's correct.
1 parent 6913ad5 commit 1cd2346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

metadata/metadata.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
*/
1818

1919
// Package metadata define the structure of the metadata supported by gRPC library.
20-
// Please refer to https://grpc.io/docs/guides/wire.html for more information about custom-metadata.
20+
// Please refer to https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md
21+
// for more information about custom-metadata.
2122
package metadata // import "google.golang.org/grpc/metadata"
2223

2324
import (

0 commit comments

Comments
 (0)