Skip to content

Conversation

VivekKavala
Copy link

@VivekKavala VivekKavala commented Sep 12, 2025

I have update the link to the homepage in the package.json file in the lib folder

Greptile Summary

Updated On: 2025-09-12 04:55:19 UTC

This PR fixes the homepage URL in the eslint-plugin-storybook package.json file. The change updates the homepage field from https://github.com/storybookjs/storybook/code/lib/eslint-plugin#readme to https://github.com/storybookjs/storybook/tree/next/code/lib/eslint-plugin#readme.

The issue with the original URL is that GitHub requires the tree/{branch-name} path segment to properly navigate to a specific directory within a repository. Without this, the link would not correctly resolve to the package's documentation. The fix adds /tree/next to the URL, ensuring it points to the eslint-plugin directory in the 'next' branch where the package's README and documentation reside.

This change aligns the eslint-plugin package with the URL pattern used by other Storybook packages and follows established conventions for GitHub repository links. The modification is minimal and surgical, affecting only the homepage field while preserving all other package metadata.

PR Description Notes:

  • The PR title "updated-homepage-link" doesn't follow the standard format of 'Area: Summary' with proper capitalization
  • The PR description is brief but adequately explains the change made

Confidence score: 5/5

  • This PR is extremely safe to merge with no risk of breaking changes
  • Score reflects a simple, well-targeted fix that addresses a clear documentation issue with no code logic changes
  • No files require special attention as this is a straightforward metadata update

Context used:

Context - In the documentation, ensure that the links to the builder's documentation and the Next.js framework documentation are correct and not broken. (link)
Context - PR titles must be in the format of 'Area: Summary', with both Area and Summary starting with a capital letter. (link)

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Bot Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant