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 theme-ui.md #39038

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

abhinavverma03
Copy link

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

  • 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 .

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 .
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jul 11, 2024
Copy link
Author

@abhinavverma03 abhinavverma03 left a 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 .

@abhinavverma03
Copy link
Author

Hey, is there any issue with the changes I made?

Copy link

@serhalp serhalp left a 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/).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A Broken Link in the "Gatsby Theme-UI" Documentation
3 participants