Skip to content

docs: Fix fork link case sensitivity in README - #1872

Open
KARTIK SAHU (yash2277-ctrl) wants to merge 1 commit into
microsoft:mainfrom
yash2277-ctrl:docs/fix-fork-link-case-sensitivity
Open

docs: Fix fork link case sensitivity in README#1872
KARTIK SAHU (yash2277-ctrl) wants to merge 1 commit into
microsoft:mainfrom
yash2277-ctrl:docs/fix-fork-link-case-sensitivity

Conversation

@yash2277-ctrl

Copy link
Copy Markdown

Summary

This PR fixes a case sensitivity issue in the fork badge URL that prevents the badge from displaying the correct fork count.

What changed

  • Changed Web-Dev-For-beginners to Web-Dev-For-Beginners in the GitHub forks badge URL (line 27)

Why this matters

The badge URL contained a lowercase 'b' in 'beginners' while the actual repository name uses an uppercase 'B'. This mismatch causes the badge to fail loading the correct fork count from the GitHub API.

Testing

  • Verified the corrected URL matches the repository name exactly
  • Badge now displays fork count correctly

This is a simple but important fix for displaying accurate repository statistics to visitors.

- Changed 'Web-Dev-For-beginners' to 'Web-Dev-For-Beginners' in badge URL
- Ensures badge displays correct fork count
- Improves consistency with actual repository name
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