-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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 theme-ui.md #39038
base: master
Are you sure you want to change the base?
Update theme-ui.md #39038
Conversation
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 .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Closes #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 #39034 .
Hey, is there any issue with the changes I made? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing!
@@ -6,7 +6,7 @@ title: Theme UI | |||
It allows you to style any component in your application with typographic, color, and layout values defined in a shared theme object. | |||
Theme UI is currently used in Gatsby's official themes, | |||
but it can be used in any Gatsby site or React application. | |||
It includes the [Emotion][] CSS-in-JS library along with additional utilities for styling [MDX][] and using configurations and themes from [Typography.js][]. | |||
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/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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/). | |
It includes the [Emotion][] CSS-in-JS library along with additional utilities for styling [MDX][] and using configurations and themes from [Typography.js][]. |
Could you update the URL at the bottom of this file instead?
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: Typography.js.
Fixes #39034
docs/theme-ui.md
This resolves the broken link issue mentioned in issue #39034 .