Skip to content

Update repo cards to follow repository redirects#2

Open
Copilot wants to merge 3 commits intomainfrom
copilot/fix-readme-repo-card-issue
Open

Update repo cards to follow repository redirects#2
Copilot wants to merge 3 commits intomainfrom
copilot/fix-readme-repo-card-issue

Conversation

Copy link

Copilot AI commented Jan 31, 2026

GitHub repo cards were failing to render because several repositories had been moved from personal accounts (wysaid) and the Easy-Graphics-Engine org to the x-ege organization. The README URLs pointed to old locations that redirect.

Changes

Updated 6 repo card URLs to their current locations:

  • ege-samples: Easy-Graphics-Engine/ege-demox-ege/ege-samples
  • MineSweep: wysaid/MineSweepx-ege/MineSweep
  • fireworks-flashing-night: Easy-Graphics-Engine/fireworks-flashing-nightx-ege/fireworks-flashing-night
  • ege-face-decoration: wysaid/ege-opencvx-ege/ege-face-decoration
  • ege-openal: wysaid/ege-openalx-ege/ege-openal
  • ege-snipping-tool: wysaid/demo-snipping-toolx-ege/ege-snipping-tool

Example change:

-[![Repo Card](https://github-readme-stats.vercel.app/api/pin/?username=wysaid&repo=ege-opencv...)](https://github.com/wysaid/ege-opencv)
+[![Repo Card](https://github-readme-stats.vercel.app/api/pin/?username=x-ege&repo=ege-face-decoration...)](https://github.com/x-ege/ege-face-decoration)

All 18 repo cards now point to correct, non-redirecting repository URLs.

Original prompt

根目录的 README.md 里面的 repo card 有显示问题, 无法正确渲染显示。 请检查并修正


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…names

Co-authored-by: wysaid <1430725+wysaid@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix rendering issue in README.md repo card Fix repo card rendering - align API URLs with repository links Jan 31, 2026
Copilot AI requested a review from wysaid January 31, 2026 19:17
@wysaid wysaid marked this pull request as ready for review January 31, 2026 19:29
Copilot AI review requested due to automatic review settings January 31, 2026 19:29
@coderabbitai
Copy link

coderabbitai bot commented Jan 31, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes rendering issues with three repository cards in the README by aligning the github-readme-stats API URL parameters with their actual GitHub repository links. The mismatches were causing the cards to fail to render properly.

Changes:

  • Updated 基础示例 (basic samples) repo card to use Easy-Graphics-Engine/ege-demo instead of x-ege/ege-samples
  • Updated MineSweep game repo card to use wysaid/MineSweep instead of x-ege/MineSweep
  • Updated fireworks-flashing-night repo card to use Easy-Graphics-Engine/fireworks-flashing-night instead of x-ege/fireworks-flashing-night

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: wysaid <1430725+wysaid@users.noreply.github.com>
Copilot AI changed the title Fix repo card rendering - align API URLs with repository links Update repo cards to follow repository redirects Jan 31, 2026
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.

3 participants