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