Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugins.md to have correct URL for gatsby-plugin-segment-js #34397

Merged
merged 1 commit into from
Jan 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gatsby's plugin layer includes a wide variety of common website functionality th

- **[Progressive images](/plugins/gatsby-plugin-image/?=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.
- **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.

Expand Down