From 54bd2e089dc6525dda074124012837ddf0a5b51d Mon Sep 17 00:00:00 2001 From: Nicolas Hoizey Date: Tue, 5 May 2020 16:26:14 +0200 Subject: [PATCH] Fix a typo in a Markdown link --- docs/docs/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/performance.md b/docs/docs/performance.md index 2682930636b2e..c9ace5fa04961 100644 --- a/docs/docs/performance.md +++ b/docs/docs/performance.md @@ -5,7 +5,7 @@ overview: true While performance is already at the heart of Gatsby, it's important to ensure you are doing all you can to make your content available to your users as fast as possible. Not all users are enjoying high speed connections, or browsing from a desktop. It's important to make no assumptions and serve the smallest and fastest site possible, to provide an optimal experience for wherever your users might be coming from. Since Gatsby is already doing a lot of the heavy lifting for you there isn't a lot required out of the box to make your site blazing fast, but by following these guides you can ensure the best possible performance and delivery of your content to your users. -This section will cover some ways you can optimize caching, set up `https` on `localhost` for easier testing of performance features, as well as how to measure the performance of your websites, giving you all the tools you need to maximize site performance. If you would like a more in-depth explanation of why performance matters so much, check out this article by Addy Osmani on the [Cost of JavaScript]](https://v8.dev/blog/cost-of-javascript-2019). +This section will cover some ways you can optimize caching, set up `https` on `localhost` for easier testing of performance features, as well as how to measure the performance of your websites, giving you all the tools you need to maximize site performance. If you would like a more in-depth explanation of why performance matters so much, check out this article by Addy Osmani on the [Cost of JavaScript](https://v8.dev/blog/cost-of-javascript-2019). May your Lighthouse scores all be in the green. 😀