Skip to content

Fix broken links on the GitHub badge page (#1363) - #1489

Open
anurag629 wants to merge 1 commit into
recodehive:gh-pagesfrom
anurag629:fix/1363-broken-links-images
Open

Fix broken links on the GitHub badge page (#1363)#1489
anurag629 wants to merge 1 commit into
recodehive:gh-pagesfrom
anurag629:fix/1363-broken-links-images

Conversation

@anurag629

Copy link
Copy Markdown
Member

What this fixes

Broken and outdated links on the GitHub badge page.

  • The social row linked twitter.com/recodehive, which returns 404. Changed it to https://x.com/sanjay_kv_, the handle used in the recodehive .github profile.
  • The "GitHub Developer Program" link in the Developer Program badge row used the old developers/overview/... docs path that now redirects. Updated it to the current integrations/concepts/github-developer-program page.

What I checked

I audited every image and link on the page before making changes:

  • All 50 images return 200. No broken images.
  • twitter.com/recodehive was the only link returning a hard 404.
  • The other redirects are healthy and left alone: facebook/instagram/youtu.be are just www/canonical redirects, and the github.com/settings and issues/new links redirect to a login wall (they work when signed in), so none of those are actually broken.

Closes #1363

- The social row linked twitter.com/recodehive, which 404s. Point it to
  x.com/sanjay_kv_, the handle used in the org's .github profile.
- The GitHub Developer Program doc link used the old developers/overview
  path that now redirects; update it to the current
  integrations/concepts destination.

Audited every image (50) and link on the page: all 50 images load, and
the remaining redirects are healthy (www canonicalisation and GitHub
auth walls), so nothing else needed changing.

Closes recodehive#1363
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.

Fix Broken Links and Images on the GitHub Badge Page

1 participant