Skip to content

Commit fc782c8

Browse files
committed
Sync from Piper @313142438
PROTOBUF_SYNC_PIPER
1 parent d5b1bfc commit fc782c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

experimental/runtime/internal/checks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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} */
2929
const CHECK_LEVEL_DEFINE = goog.define('protobuf.defines.CHECK_LEVEL', '');

0 commit comments

Comments
 (0)