Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion content/docs.site.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"links": [
{
"text": "Website",
"url": "https://www.objectstack.ai",
"url": "https://objectstack.ai",
"external": true
}
],
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading