Skip to content

Commit 036ff16

Browse files
authored
docs: update dom-no-unsafe-iframe-sandbox.md
1 parent e384b8c commit 036ff16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/docs/rules/dom-no-unsafe-iframe-sandbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ function MyComponent() {
6060

6161
## Implementation
6262

63-
- [Rule source](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-debug/src/rules/dom-no-unsafe-iframe-sandbox.ts)
64-
- [Test source](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-debug/src/rules/dom-no-unsafe-iframe-sandbox.spec.ts)
63+
- [Rule source](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom/src/rules/no-unsafe-iframe-sandbox.ts)
64+
- [Test source](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom/src/rules/no-unsafe-iframe-sandbox.spec.ts)
6565

6666
## Further Reading
6767

0 commit comments

Comments
 (0)