Skip to content

Commit f498185

Browse files
Update theme-ui.md
The link to Typography.js on the Gatsby Theme-UI documentation page was leading to a 404 error. This commit updates the link to point to the correct URL: [new-link](https://www.gatsbyjs.com/docs/using-typography-js/). Closes gatsbyjs#39034 - Updated the link in `docs/theme-ui.md` - Verified that the new link works correctly This resolves the broken link issue mentioned in issue gatsbyjs#39034 .
1 parent 1a56c34 commit f498185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/how-to/styling/theme-ui.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Theme UI
66
It allows you to style any component in your application with typographic, color, and layout values defined in a shared theme object.
77
Theme UI is currently used in Gatsby's official themes,
88
but it can be used in any Gatsby site or React application.
9-
It includes the [Emotion][] CSS-in-JS library along with additional utilities for styling [MDX][] and using configurations and themes from [Typography.js][].
9+
It includes the [Emotion][] CSS-in-JS library along with additional utilities for styling [MDX][] and using configurations and themes from [Typography.js](https://www.gatsbyjs.com/docs/using-typography-js/).
1010

1111
## Using Theme UI in Gatsby
1212

0 commit comments

Comments
 (0)