diff --git a/docs/api/commands/origin.mdx b/docs/api/commands/origin.mdx index 1876ad39d2..ff0cf6cc80 100644 --- a/docs/api/commands/origin.mdx +++ b/docs/api/commands/origin.mdx @@ -431,7 +431,7 @@ in browser-targeted code. Note that it is not possible to use [CommonJS `require()`](https://nodejs.org/api/modules.html#requireid) or -[ES module `import()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports) +[ES module `import()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import) within the callback. :::caution