From 652b8cc4dd35924437a5f58f3df7ca92231693ad Mon Sep 17 00:00:00 2001 From: MorikawaSouma Date: Thu, 19 Mar 2026 10:04:56 +0800 Subject: [PATCH] fix(devtools): update profiling links to react.dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The profiling documentation links in DevTools were pointing to the legacy reactjs.org domain via fb.me short URLs. Updated all references to point to the current react.dev documentation. Fixes #31878 Changed: - ProfilingNotSupported.js: fb.me/react-devtools-profiling → react.dev/reference/profiler - NoProfilingData.js: fb.me/react-devtools-profiling → react.dev/reference/profiler - TimelineNotSupported.js: fb.me/react-devtools-profiling → react.dev/reference/profiler The old reactjs.org/link/profiling URL redirects to an outdated site that displays a banner stating it's no longer updated. --- .../src/devtools/views/Profiler/NoProfilingData.js | 2 +- .../src/devtools/views/Profiler/ProfilingNotSupported.js | 4 ++-- packages/react-devtools-timeline/src/TimelineNotSupported.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react-devtools-shared/src/devtools/views/Profiler/NoProfilingData.js b/packages/react-devtools-shared/src/devtools/views/Profiler/NoProfilingData.js index 5e6c39b28ce3..21abe88af3c1 100644 --- a/packages/react-devtools-shared/src/devtools/views/Profiler/NoProfilingData.js +++ b/packages/react-devtools-shared/src/devtools/views/Profiler/NoProfilingData.js @@ -23,7 +23,7 @@ export default function NoProfilingData(): React.Node { Click{' '} here diff --git a/packages/react-devtools-shared/src/devtools/views/Profiler/ProfilingNotSupported.js b/packages/react-devtools-shared/src/devtools/views/Profiler/ProfilingNotSupported.js index 8799a29d02fb..55aa72789b7e 100644 --- a/packages/react-devtools-shared/src/devtools/views/Profiler/ProfilingNotSupported.js +++ b/packages/react-devtools-shared/src/devtools/views/Profiler/ProfilingNotSupported.js @@ -23,10 +23,10 @@ export default function ProfilingNotSupported(): React.Node { Learn more at{' '} - reactjs.org/link/profiling + react.dev/reference/profiler .

diff --git a/packages/react-devtools-timeline/src/TimelineNotSupported.js b/packages/react-devtools-timeline/src/TimelineNotSupported.js index 7eac79da94f5..8b781ed51561 100644 --- a/packages/react-devtools-timeline/src/TimelineNotSupported.js +++ b/packages/react-devtools-timeline/src/TimelineNotSupported.js @@ -58,7 +58,7 @@ function UnknownUnsupportedReason() { Click{' '} here