File tree Expand file tree Collapse file tree
experimental/runtime/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 * @fileoverview Proto internal runtime checks.
33 *
44 * Checks are grouped into different severity, see:
5- * http://g3doc/javascript /protobuf/README.md#configurable-check-support-in-protocol-buffers
5+ * http://g3doc/third_party /protobuf/javascript /README.md#configurable-check-support-in-protocol-buffers
66 *
77 * Checks are also grouped into different sections:
88 * - CHECK_BOUNDS:
@@ -23,7 +23,7 @@ const WireType = goog.require('protobuf.binary.WireType');
2323
2424//
2525// See
26- // http://g3doc/javascript /protobuf/README.md#configurable-check-support-in-protocol-buffers
26+ // http://g3doc/third_party /protobuf/javascript /README.md#configurable-check-support-in-protocol-buffers
2727//
2828/** @define {string} */
2929const CHECK_LEVEL_DEFINE = goog . define ( 'protobuf.defines.CHECK_LEVEL' , '' ) ;
You can’t perform that action at this time.
0 commit comments