From 73879184c88d9216c919fc7bc92d9ceb6c175a71 Mon Sep 17 00:00:00 2001 From: Varghese Jose <71702982+varghesejose2020@users.noreply.github.com> Date: Mon, 17 Jan 2022 15:41:35 +0530 Subject: [PATCH] chore(docs): Update links on plugins overview doc (#34479) Co-authored-by: Lennart --- docs/docs/plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/plugins.md b/docs/docs/plugins.md index 1f6e3da4d4b5b..ca9e376a30914 100644 --- a/docs/docs/plugins.md +++ b/docs/docs/plugins.md @@ -6,11 +6,11 @@ Gatsby's plugin layer includes a wide variety of common website functionality th - **Integrations, or "source plugins".** These plugins pull data into Gatsby's GraphQL layer and make it available to query from your React components. Gatsby has source plugins for a wide range of headless CMSs, databases and spreadsheets, as well as the local filesystem. Here is a [guide on sourcing data](https://www.gatsbyjs.com/docs/how-to/sourcing-data/). -- **[Progressive images](/plugins/gatsby-plugin-image/?=gatsby-plugin-image)** +- **[Progressive images](/plugins/gatsby-plugin-image/)** - **Dropping in analytics libraries** like [Google Analytics](/plugins/gatsby-plugin-google-analytics/), [Google Tag Manager](/plugins/gatsby-plugin-google-tagmanager), [Segment](/plugins/gatsby-plugin-segment-js), [Hotjar](/plugins/gatsby-plugin-hotjar/), and others. -- **Performance enhancements while using CSS libraries**, like [Sass](/plugins/gatsby-plugin-sass/?=sass), [styled-components](/plugins/gatsby-plugin-styled-components/?=styled-comp) and [emotion](plugins/gatsby-plugin-styled-components/?=emotion). These plugins are _not required_ to use these libraries but do make it easier and faster for the browser to parse styles. +- **Performance enhancements while using CSS libraries**, like [Sass](/plugins/gatsby-plugin-sass/), [styled-components](/plugins/gatsby-plugin-styled-components/) and [emotion](/plugins/gatsby-plugin-emotion/). These plugins are _not required_ to use these libraries but do make it easier and faster for the browser to parse styles. - **Other website functionality**, like [SEO](/plugins/?=seo), [offline support](/plugins/gatsby-plugin-offline/), [sitemaps](/plugins/gatsby-plugin-sitemap/), and [RSS feeds](/plugins/gatsby-plugin-feed/).