From 28e7b103a5ffde600481ae469ed92186729d7775 Mon Sep 17 00:00:00 2001 From: Nathan Novielli Date: Thu, 19 Nov 2020 10:53:21 -0800 Subject: [PATCH] Update the broken links in the Overview section (#3394) --- content/docs/addons-perf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/addons-perf.md b/content/docs/addons-perf.md index a07b1d05..221ce2e8 100644 --- a/content/docs/addons-perf.md +++ b/content/docs/addons-perf.md @@ -27,8 +27,8 @@ In addition to giving you an overview of your app's overall performance, `Perf` See these articles for an introduction to React performance tooling: - ["How to Benchmark React Components"](https://medium.com/code-life/how-to-benchmark-react-components-the-quick-and-dirty-guide-f595baf1014c) - - ["Performance Engineering with React"](https://benchling.engineering/performance-engineering-with-react/) - - ["A Deep Dive into React Perf Debugging"](https://benchling.engineering/deep-dive-react-perf-debugging/) + - ["Performance Engineering with React"](https://benchling.engineering/performance-engineering-with-react-e03013e53285) + - ["A Deep Dive into React Perf Debugging"](https://benchling.engineering/a-deep-dive-into-react-perf-debugging-fd2063f5a667) ### Development vs. Production Builds {#development-vs-production-builds}