From c7092caa052cd87220908a242ee36f2e06312f8b Mon Sep 17 00:00:00 2001 From: Colin Gourlay Date: Fri, 24 Jul 2026 11:35:33 +1000 Subject: [PATCH] Use correct RSD website URL in README.md --- packages/react-strict-dom/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-strict-dom/README.md b/packages/react-strict-dom/README.md index 3912e8a5..e7ac71aa 100644 --- a/packages/react-strict-dom/README.md +++ b/packages/react-strict-dom/README.md @@ -11,7 +11,7 @@ ## Documentation -Please refer to the [React Strict DOM website](https://facebook.github.io/react-strict-dom/) for detailed documentation. The API section includes detailed compatibility tables for native. Please read the linked issues for details on the most significant issues, and register your interest (e.g., thumbsup reaction) in supporting these features on native platforms. +Please refer to the [React Strict DOM website](https://react.github.io/react-strict-dom/) for detailed documentation. The API section includes detailed compatibility tables for native. Please read the linked issues for details on the most significant issues, and register your interest (e.g., thumbsup reaction) in supporting these features on native platforms. ## Example