Skip to content

Commit be20e7e

Browse files
authored
Fix link to Gatsby global style guide (#933)
The old link's anchor is no longer relevant. This change points to a more relevant entry in Gatsby documentation.
1 parent 9e3b217 commit be20e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/guides/gatsby.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Finally, create a `./gatsby-browser.js` file at the root of your project if it d
4848
+ import './src/styles/global.css';
4949
```
5050

51-
Read [the Gatsby documentation on using global styles](https://www.gatsbyjs.com/tutorial/part-two/#using-global-styles) to learn more about working with global CSS files in Gatsby.
51+
Read [the Gatsby documentation on using global styles](https://www.gatsbyjs.com/docs/recipes/styling-css/#using-global-css-files-without-a-layout-component) to learn more about working with global CSS files in Gatsby.
5252

5353
---
5454

0 commit comments

Comments
 (0)