From 9869f3e09229b7e6bc4db66001bf93225affaab5 Mon Sep 17 00:00:00 2001 From: Protobuf Team Date: Fri, 15 May 2020 09:54:38 -0700 Subject: [PATCH] Project import generated by Copybara PiperOrigin-RevId: 311748964 --- experimental/runtime/internal/checks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/runtime/internal/checks.js b/experimental/runtime/internal/checks.js index 369c6af..3d1af54 100644 --- a/experimental/runtime/internal/checks.js +++ b/experimental/runtime/internal/checks.js @@ -2,7 +2,7 @@ * @fileoverview Proto internal runtime checks. * * Checks are grouped into different severity, see: - * http://g3doc/javascript/protobuf/README.md#configurable-check-support-in-protocol-buffers + * http://g3doc/third_party/protobuf/javascript/README.md#configurable-check-support-in-protocol-buffers * * Checks are also grouped into different sections: * - CHECK_BOUNDS: @@ -23,7 +23,7 @@ const WireType = goog.require('protobuf.binary.WireType'); // // See -// http://g3doc/javascript/protobuf/README.md#configurable-check-support-in-protocol-buffers +// http://g3doc/third_party/protobuf/javascript/README.md#configurable-check-support-in-protocol-buffers // /** @define{string} */ const CHECK_LEVEL_DEFINE = goog.define('protobuf.defines.CHECK_LEVEL', '');