dillon1000/react

Commit

Fix Broken Links In Documentation (#28321)

## Summary

I used [link-inspector](https://github.com/justindhillon/link-inspector)
to find a bunch of broken links in this projects documentation. Here is
what I fixed:

https://www.html5rocks.com/en/tutorials/canvas/hidpi/ -->
https://web.dev/articles/canvas-hidipi


https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
--> https://www.w3.org/TR/custom-elements/


https://github.com/facebookarchive/fixed-data-table/blob/main/src/vendor_upstream/dom/normalizeWheel.js
-->
https://github.com/facebookarchive/fixed-data-table/blob/master/src/vendor_upstream/dom/normalizeWheel.js

https://upload.wikimedia.org/wikipedia/commons/e/ee/Atom_%282%29.png -->
https://upload.wikimedia.org/wikipedia/commons/1/1b/Atom.png

## Support my work

I used [link-inspector](https://github.com/justindhillon/link-inspector)
to find and fix this issue. If you find this PR useful, give the repo a
:star:
Browse files
Changed paths6 files
First-parent comparison
M fixtures/dom/src/components/fixtures/suspense/index.js ModifiedM packages/react-devtools-shared/src/devtools/cache.js ModifiedM packages/react-devtools-timeline/src/view-base/Surface.js ModifiedM packages/react-devtools-timeline/src/view-base/utils/normalizeWheel.js ModifiedM packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js ModifiedM packages/react-dom-bindings/src/shared/isCustomElement.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…