runtime/protolazy: replace internal doc link with external link

Change-Id: Ie610db576e89a0ba48082eb375f8cef300236531
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/642015
Reviewed-by: Chressie Himpel <chressie@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Stapelberg <stapelberg@google.com>
diff --git a/runtime/protolazy/protolazy.go b/runtime/protolazy/protolazy.go
index cae330d..b0f6086 100644
--- a/runtime/protolazy/protolazy.go
+++ b/runtime/protolazy/protolazy.go
@@ -19,7 +19,8 @@
 // Disable disables lazy unmarshaling of opaque messages.
 //
 // Messages which are still on the OPEN or HYBRID API level (see
-// http://go/go-opaque-proto) are never lazily unmarshalled.
+// https://protobuf.dev/reference/go/opaque-migration/) are never lazily
+// unmarshalled.
 //
 // Fields must be annotated with [lazy = true] in their .proto file to become
 // eligible for lazy unmarshaling.