diff --git a/CHANGELOG.md b/CHANGELOG.md
index fdf6c826a0..0b0ff902a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,7 +33,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
 * [Refactor] [`jsx-props-no-multi-spaces`]: extract type parameters to var ([#3634][] @HenryBrown0)
 * [Docs] [`jsx-key`]: fix correct example ([#3656][] @developer-bandi)
 * [Tests] `jsx-wrap-multilines`: passing tests ([#3545][] @burtek)
+* [Docs] [`iframe-missing-sandbox`]: fix link to iframe attribute on mdn ([#3690][] @nnmrts)
 
+[#3690]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3690
 [#3679]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3679
 [#3677]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3677
 [#3675]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3675
diff --git a/docs/rules/iframe-missing-sandbox.md b/docs/rules/iframe-missing-sandbox.md
index 85e3931faa..1934e67b63 100644
--- a/docs/rules/iframe-missing-sandbox.md
+++ b/docs/rules/iframe-missing-sandbox.md
@@ -4,7 +4,7 @@
 
 The sandbox attribute enables an extra set of restrictions for the content in the iframe. Using sandbox attribute is considered a good security practice.
 
-See <https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-sandbox>
+See <https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox>
 
 ## Rule Details