Skip to content

replace *.io with 301 counterpart#777

Open
kheiner wants to merge 1 commit into
directus:mainfrom
kheiner:fix/776-retire-dot-io
Open

replace *.io with 301 counterpart#777
kheiner wants to merge 1 commit into
directus:mainfrom
kheiner:fix/776-retire-dot-io

Conversation

@kheiner

@kheiner kheiner commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Updates directus.io links that return 301 redirects to their current directus.com destinations. Replaces community.directus.io with community.directus.com, roadmap.directus.io with roadmap.directus.com, and one directus.io blog link with the directus.com/resources equivalent. Links to telemetry, components, Bluesky, and CDN assets were left unchanged because they do not return 301s.

curl -sI -L "<address>" | grep -E "HTTP/|location:|Location:" with manual verification for each link

curl -sI -L "<address>" | grep -E "HTTP/|location:|Location:" with
manual verification for each link
@kheiner
kheiner requested a review from a team as a code owner July 20, 2026 03:50
@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

@kheiner is attempting to deploy a commit to the Directus Team on Vercel.

A member of the Team first needs to authorize it.

@kheiner

kheiner commented Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Links to telemetry, components, Bluesky, and CDN assets were left unchanged because they do not return 301s.

In the directus/directus repo there is more details about the telemetry.directus.* and components.directus.* findings. (Short version: I think they're okay to update but I'm not certain that they're okay to update)

Note

locales.directus.io redirects to a third party and there is no such redirection on locales.directus.com but it should probably be implemented as a safeguard for anyone who might not be aware of the *.io domain's history.

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.

*.io to *.com

1 participant