Commit 50bd9f0a authored by frrakn's avatar frrakn Committed by Paul Yang

Fix documentation on message differencer. (#5788)

Replaced shortn URL with intended URL.
parent ae85b457
......@@ -127,7 +127,8 @@ class PROTOBUF_EXPORT MessageDifferencer {
// defined as all fields within the two messages having the same value. This
// differs from the Equals method above in that fields with default values
// are considered set to said value automatically. For details on how default
// values are defined for each field type, see http://shortn/_x2Gv6XFrWt.
// values are defined for each field type, see
// https://developers.google.com/protocol-buffers/docs/proto?csw=1#optional.
// Also, Equivalent() ignores unknown fields. Use IgnoreField() and Compare()
// if some fields should be ignored in the comparison.
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment