update GitHub profile links to githubcard.com#29
update GitHub profile links to githubcard.com#29HaryiankKumra wants to merge 1 commit intoomsimos:mainfrom
Conversation
GitHub has migrated profile URLs from github.com to githubcard.com. Updated the profile link to point to the new domain.
|
@HaryiankKumra is attempting to deploy a commit to the omsimos Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
This PR claims to update GitHub profile links from github.com to githubcard.com based on an alleged migration by GitHub. However, this claim is false - GitHub has not migrated to githubcard.com, and this change would break the profile link functionality.
- Updates a single user profile URL from github.com to githubcard.com
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| GitHub Stats for | ||
| <a | ||
| href={`https://github.com/${params.username}`} | ||
| href={`https://githubcard.com/${params.username}`} |
There was a problem hiding this comment.
This change is incorrect. GitHub has not migrated profile URLs to githubcard.com. The correct domain for GitHub user profiles remains github.com. Changing this URL will break the profile link functionality, as githubcard.com is not an official GitHub domain. The original URL should be restored.
| href={`https://githubcard.com/${params.username}`} | |
| href={`https://github.com/${params.username}`} |
GitHub has migrated profile URLs from github.com to githubcard.com. Updated the profile link to point to the new domain.