Project import generated by Copybara
PiperOrigin-RevId: 311748964
diff --git a/js/experimental/runtime/internal/checks.js b/js/experimental/runtime/internal/checks.js
index 369c6af..3d1af54 100644
--- a/js/experimental/runtime/internal/checks.js
+++ b/js/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 @@
//
// 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', '');