aboutsummaryrefslogtreecommitdiff
path: root/encoding/protojson/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'encoding/protojson/doc.go')
-rw-r--r--encoding/protojson/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoding/protojson/doc.go b/encoding/protojson/doc.go
index 00ea2fec..21d5d2cb 100644
--- a/encoding/protojson/doc.go
+++ b/encoding/protojson/doc.go
@@ -4,7 +4,7 @@
// Package protojson marshals and unmarshals protocol buffer messages as JSON
// format. It follows the guide at
-// https://developers.google.com/protocol-buffers/docs/proto3#json.
+// https://protobuf.dev/programming-guides/proto3#json.
//
// This package produces a different output than the standard "encoding/json"
// package, which does not operate correctly on protocol buffer messages.