Skip to content

Docs: remove localhost links in setup-updating - #252

Open
HussainAther wants to merge 1 commit into
Hubs-Foundation:masterfrom
HussainAther:fix/setup-updating-remove-localhost-links
Open

Docs: remove localhost links in setup-updating#252
HussainAther wants to merge 1 commit into
Hubs-Foundation:masterfrom
HussainAther:fix/setup-updating-remove-localhost-links

Conversation

@HussainAther

@HussainAther HussainAther commented Feb 8, 2026

Copy link
Copy Markdown
Contributor

What?

Replaces dev-only http://localhost:3000/... links in docs/setup-updating.md with the correct relative docs link (./setup-creating.html#how-to-subscribe---paid-plans).

Why?

The localhost:3000 URLs are only valid in a specific local dev setup and can break or confuse readers on the published docs site. Relative links work in all environments.

Limitations

  • Only updates docs/setup-updating.md.
  • Does not change other localhost references elsewhere unless they are similarly dev-only URLs.

Alternatives considered

  • Leaving the localhost URLs: risks broken links for most readers.
  • Converting to full production URLs: works, but bakes in domain and is less portable than relative links.

Open questions

  • None.

@Exairnous

Copy link
Copy Markdown
Member

Thank you for the PR. I have added this to the "review backlog from during sprints" item of the Communication & Documentation Team roadmap Google Doc to ensure this won't be forgotten about.

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.

2 participants