Browse Source

Fix documentation on message differencer. (#5788)

Replaced shortn URL with intended URL.
frrakn 6 years ago
parent
commit
50bd9f0a7c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/google/protobuf/util/message_differencer.h

+ 2 - 1
src/google/protobuf/util/message_differencer.h

@@ -127,7 +127,8 @@ class PROTOBUF_EXPORT MessageDifferencer {
   // defined as all fields within the two messages having the same value. This
   // 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
   // differs from the Equals method above in that fields with default values
   // are considered set to said value automatically. For details on how default
   // 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()
   // Also, Equivalent() ignores unknown fields. Use IgnoreField() and Compare()
   // if some fields should be ignored in the comparison.
   // if some fields should be ignored in the comparison.
   //
   //