Skip to content

Docs: replace dev-only URLs with relative links - #248

Closed
HussainAther wants to merge 5 commits into
Hubs-Foundation:masterfrom
HussainAther:fix/remove-dev-only-urls
Closed

Docs: replace dev-only URLs with relative links#248
HussainAther wants to merge 5 commits into
Hubs-Foundation:masterfrom
HussainAther:fix/remove-dev-only-urls

Conversation

@HussainAther

Copy link
Copy Markdown
Contributor

What?

Replaces development-only URLs (e.g. localhost:3000, hubs.local:3000) in documentation with relative links.

Why?

Several docs pages referenced dev-only hosts, which break for readers on the published site and are confusing outside a local dev environment. Using relative links keeps navigation working in all environments (local, CI, and production).

Examples

N/A (documentation link cleanup)

How to test

  1. Open the affected docs pages:
    • setup-custom-client
    • hubs-cloud-enable-scene-editor
    • hubs-cloud-importing-content
    • setup-updating
  2. Click the updated links
  3. Confirm they resolve correctly and no longer point to localhost or hubs.local

Documentation of functionality

The documentation changes are contained directly in this pull request.

Limitations

This PR only updates known dev-only URLs; it does not attempt a full audit of all external links.

Alternatives considered

Leaving the links unchanged was considered, but would continue to cause broken navigation for readers of the published docs.

Open questions

None.

Additional details or related context

This change is intentionally minimal and avoids altering URLs or page structure beyond fixing link targets.

@HussainAther

Copy link
Copy Markdown
Contributor Author

This cleans up a handful of dev-only URLs (, ) that were leaking into published docs. Happy to extend this to a broader audit if useful.

@HussainAther

Copy link
Copy Markdown
Contributor Author

This cleans up a handful of dev-only URLs (localhost, hubs.local) that were leaking into published docs. Happy to extend this to a broader audit if useful.

1 similar comment
@HussainAther

Copy link
Copy Markdown
Contributor Author

This cleans up a handful of dev-only URLs (localhost, hubs.local) that were leaking into published docs. Happy to extend this to a broader audit if useful.

@HussainAther

Copy link
Copy Markdown
Contributor Author

This cleans up a handful of dev-only URLs (localhost, hubs.local) that were leaking into published docs. Happy to extend this to a broader audit if useful.

@Exairnous Exairnous left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you for the pull request. You haven't based this off of the latest changes from the master branch, so you would need to rebase on master before this can move forward. Most of what you have changed here has already been addressed by PR #214, except for the changes to docs/setup-updating.md.

@HussainAther
HussainAther force-pushed the fix/remove-dev-only-urls branch from 7524986 to d1372fc Compare February 7, 2026 07:34
@Exairnous

Copy link
Copy Markdown
Member

Closing in favour of #252

@Exairnous Exairnous closed this Feb 9, 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.

2 participants