Skip to content

Commit fdcc5fe

Browse files
os-zhuangclaude
andcommitted
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 <noreply@anthropic.com>
1 parent 3856c77 commit fdcc5fe

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Ready for production? The scaffolded project is container-ready:
125125
docker build -t my-app . && docker compose up -d # app + Postgres on the official runtime image
126126
```
127127

128-
See [Self-Hosted Deployment](https://docs.objectstack.ai/docs/deployment/self-hosting) for bare Node, Kubernetes, and the secrets you must pin.
128+
See [Self-Hosted Deployment](https://objectstack.ai/docs/deployment/self-hosting) for bare Node, Kubernetes, and the secrets you must pin.
129129

130130
### For Framework Contributors
131131

@@ -314,7 +314,7 @@ Key standards:
314314

315315
## Documentation
316316

317-
Full documentation: **[https://docs.objectstack.ai](https://docs.objectstack.ai)**
317+
Full documentation: **[https://objectstack.ai/docs](https://objectstack.ai/docs)**
318318

319319
**Upgrading from 10.x?** See [Upgrading to ObjectStack 11](./docs/upgrading-to-11.md).
320320

content/docs.site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"links": [
3030
{
3131
"text": "Website",
32-
"url": "https://www.objectstack.ai",
32+
"url": "https://objectstack.ai",
3333
"external": true
3434
}
3535
],

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ straight from your release storage.
5656
**You must inject at runtime:** `OS_DATABASE_URL`, `OS_AUTH_SECRET`,
5757
`OS_SECRET_KEY` — never bake them into an image. Full variable catalog and
5858
reverse-proxy / multi-node guidance:
59-
[Self-Hosted Deployment](https://docs.objectstack.ai/docs/deployment/self-hosting).
59+
[Self-Hosted Deployment](https://objectstack.ai/docs/deployment/self-hosting).
6060

6161
## Local build of this image
6262

0 commit comments

Comments
 (0)