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

fix: correct links in package changelogs #15630

Merged
merged 1 commit into from Jul 11, 2019
Merged

fix: correct links in package changelogs #15630

merged 1 commit into from Jul 11, 2019

Conversation

moonmeister
Copy link
Contributor

Description

#15477 fixed the cause of broken links in all the package changelogs. This fixes those existing links to work correctly.

used a regex to capture the ("/tree/master/packages/[a-z,-]+?/") and replaced with "/".

Related Issues

#15477
#12755

@moonmeister moonmeister added type: bug An issue or pull request relating to a bug in Gatsby type: documentation An issue or pull request for improving or updating Gatsby's documentation labels Jul 11, 2019
@moonmeister moonmeister requested a review from a team as a code owner July 11, 2019 14:38
Copy link
Contributor

@pieh pieh left a comment

Choose a reason for hiding this comment

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

Awesome! thanks!

@pieh pieh merged commit d07b9dd into master Jul 11, 2019
@wardpeet wardpeet deleted the fixchangeloglinks branch July 12, 2019 16:03
mwfrost pushed a commit to mwfrost/gatsby that referenced this pull request Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug An issue or pull request relating to a bug in Gatsby type: documentation An issue or pull request for improving or updating Gatsby's documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants