From fdcc5fe227ac490235e1dc70deb36dfc6bc54ffa Mon Sep 17 00:00:00 2001 From: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:28:26 +0800 Subject: [PATCH] docs: point site links at canonical objectstack.ai The apex domain is now primary (www + docs 30x to it, path-preserving), so prominent links stop going through a redirect hop. Co-Authored-By: Claude Fable 5 --- README.md | 4 ++-- content/docs.site.json | 2 +- docker/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1faabec0d6..3f7f3285b8 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Ready for production? The scaffolded project is container-ready: docker build -t my-app . && docker compose up -d # app + Postgres on the official runtime image ``` -See [Self-Hosted Deployment](https://docs.objectstack.ai/docs/deployment/self-hosting) for bare Node, Kubernetes, and the secrets you must pin. +See [Self-Hosted Deployment](https://objectstack.ai/docs/deployment/self-hosting) for bare Node, Kubernetes, and the secrets you must pin. ### For Framework Contributors @@ -314,7 +314,7 @@ Key standards: ## Documentation -Full documentation: **[https://docs.objectstack.ai](https://docs.objectstack.ai)** +Full documentation: **[https://objectstack.ai/docs](https://objectstack.ai/docs)** **Upgrading from 10.x?** See [Upgrading to ObjectStack 11](./docs/upgrading-to-11.md). diff --git a/content/docs.site.json b/content/docs.site.json index 7c434468f5..7c610e2bd2 100644 --- a/content/docs.site.json +++ b/content/docs.site.json @@ -29,7 +29,7 @@ "links": [ { "text": "Website", - "url": "https://www.objectstack.ai", + "url": "https://objectstack.ai", "external": true } ], diff --git a/docker/README.md b/docker/README.md index 72b0994bfb..6d92f8d846 100644 --- a/docker/README.md +++ b/docker/README.md @@ -56,7 +56,7 @@ straight from your release storage. **You must inject at runtime:** `OS_DATABASE_URL`, `OS_AUTH_SECRET`, `OS_SECRET_KEY` — never bake them into an image. Full variable catalog and reverse-proxy / multi-node guidance: -[Self-Hosted Deployment](https://docs.objectstack.ai/docs/deployment/self-hosting). +[Self-Hosted Deployment](https://objectstack.ai/docs/deployment/self-hosting). ## Local build of this image