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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ to click. `rate_limited` carries `retry_after`. Every response carries a

**Runs on your hardware, or on ours.** One command locally with an embedded
Postgres, a podman quadlet on a VPS, or the hosted instance at
[selat.weekndlabs.com](https://selat.weekndlabs.com). Apache-2.0 either way, and
[selat.dev](https://selat.dev). Apache-2.0 either way, and
that includes every provider adapter.

---
Expand Down Expand Up @@ -502,8 +502,8 @@ private repository, which reaches this one over HTTP like any other client.
---

<p align="center">
<a href="https://selat.weekndlabs.com">Hosted</a> ·
<a href="https://selat.weekndlabs.com/docs">Docs</a> ·
<a href="https://selat.dev">Hosted</a> ·
<a href="https://selat.dev/docs">Docs</a> ·
<a href="CONTRIBUTING.md">Contributing</a> ·
<a href="CHANGELOG.md">Changelog</a> ·
<a href="SECURITY.md">Security</a>
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ closed with a link rather than an advisory.
sets `DATABASE_URL` and none of it happens.
- **A large download is stored for 24 hours** so the bytes stay out of a model.
Scoped to the workspace and deleted with it, and described in the
[privacy policy](https://selat.weekndlabs.com/privacy).
[privacy policy](https://selat.dev/privacy).
- **`GET /v1/catalog` needs no credential**, so a self-hosted instance
advertises which OAuth applications it has configured and the tool names that
follow from them. That is the point for a hosted gateway and a small
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"type": "git",
"url": "git+https://github.com/fajarhide/selat.git"
},
"homepage": "https://selat.weekndlabs.com",
"homepage": "https://selat.dev",
"bugs": {
"url": "https://github.com/fajarhide/selat/issues"
}
Expand Down
Loading