Skip to content

fix: point console links at final URLs, correct Runpod brand casing - #233

Open
danstotts-ops wants to merge 2 commits into
runpod-workers:mainfrom
danstotts-ops:fix/console-links-and-brand-casing
Open

fix: point console links at final URLs, correct Runpod brand casing#233
danstotts-ops wants to merge 2 commits into
runpod-workers:mainfrom
danstotts-ops:fix/console-links-and-brand-casing

Conversation

@danstotts-ops

Copy link
Copy Markdown

Two small README fixes, in separate commits so either can be dropped.

1. Console links point at legacy paths

Three links use www.runpod.io/console/*, which 301s to the console subdomain. Readers take an extra hop, and link graphs record the citation as indirect rather than direct. Surfaced while triaging an Ahrefs lost-backlink report, where these showed up as lostredirect.

Verified each destination returns 200 before changing it:

Was Now
www.runpod.io/console/serverless/user/settings console.runpod.io/serverless/user/settings
www.runpod.io/console/serverless/user/endpoints console.runpod.io/serverless
www.runpod.io/console/hub/runpod-workers/worker-comfyui console.runpod.io/hub/runpod-workers/worker-comfyui

Worth flagging the middle one: the endpoints path resolves to /serverless, not to a like-named path on the console subdomain. A mechanical prefix swap would have produced console.runpod.io/serverless/user/endpoints, which is a 404. Nothing currently links there, but it is an easy trap if anyone repeats this by hand elsewhere.

No user-facing breakage today, every existing link works. This is hop removal and citation hygiene.

2. Brand casing (separate commit)

The brand is Runpod, not RunPod. The README had 11 of the old casing and none of the current one. Same correction already merged in the docs repo.

Prose only. Every URL in the file already uses lowercase runpod, and the script aborts if the string appears inside a link, so no paths or identifiers moved.

Note on Docker Hub

release.yml, manual-push-dockerhub.yml, and manual-build-all.yml all sync this README to the Docker Hub description, so merging propagates there on the next release without any separate step.

🤖 Generated with Claude Code

danstotts-ops and others added 2 commits August 2, 2026 08:27
The README links to legacy www console paths. Each one 301s to the console
subdomain today, so readers take an extra hop and link graphs record the
citation as indirect rather than direct.

Verified destinations, all returning 200:

  /console/serverless/user/settings  -> /serverless/user/settings
  /console/serverless/user/endpoints -> /serverless
  /console/hub/runpod-workers/...    -> /hub/runpod-workers/...

Note the endpoints path resolves to /serverless, not to a like-named path on
the console subdomain, so this is not a mechanical prefix swap.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The brand is written Runpod, not RunPod. The README carried 11 instances of the
old casing and none of the current one. This is the same correction already
merged in the docs repo.

Prose only. Every URL in the file already uses lowercase runpod, and the change
aborts if the string appears inside a link, so no identifiers or paths move.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@danstotts-ops

Copy link
Copy Markdown
Author

@rutvik-runpod @celine-runpod could one of you take a look when you get a chance?

Two independent commits, happy for you to take just the first if the brand casing one is noise for this repo.

Main thing worth a second pair of eyes: the endpoints link resolves to /serverless, not to a like-named path on the console subdomain. console.runpod.io/serverless/user/endpoints is a 404, so this isn't a mechanical prefix swap. Same trap likely exists in other repos that reference legacy /console/* paths.

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