Skip to content

Replace *.io with *.com counterpart - #777

Merged
ComfortablyCoding merged 2 commits into
directus:mainfrom
kheiner:fix/776-retire-dot-io
Jul 30, 2026
Merged

ComfortablyCoding merged 2 commits 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.

@ComfortablyCoding ComfortablyCoding 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.

LGTM! Thanks

@ComfortablyCoding
ComfortablyCoding merged commit 4353c28 into directus:main Jul 30, 2026
3 of 4 checks passed
@ComfortablyCoding ComfortablyCoding changed the title replace *.io with 301 counterpart Replace *.io with *.com counterpart Jul 30, 2026
@kheiner
kheiner deleted the fix/776-retire-dot-io branch July 30, 2026 17:47
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

2 participants