Skip to content

Commit 1ef02af

Browse files
committed
Fix links.
1 parent e5c4926 commit 1ef02af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

self-hosting/installation/powersync-service-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The PowerSync Service requires a storage backend for sync buckets. You can use e
2929

3030
### MongoDB Storage
3131

32-
MongoDB requires at least one replica set node. A single node is fine for development/staging environments, but a 3-node replica set is recommended [for production](/self-hosting/lifecycle-maintenance/server-specs).
32+
MongoDB requires at least one replica set node. A single node is fine for development/staging environments, but a 3-node replica set is recommended [for production](/self-hosting/lifecycle-maintenance).
3333

3434
[MongoDB Atlas](https://www.mongodb.com/products/platform/atlas-database) enables replica sets by default for new clusters.
3535

self-hosting/lifecycle-maintenance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ nginx.ingress.kubernetes.io/proxy-buffering: "off"
100100
101101
### Health Checks
102102
103-
If the load balancer supports health checks, it may be configured to poll the API container at `/probes/liveness`. This endpoint is expected to have a 200 response when the container is healthy. See [Healthchecks](./healthchecks) for details.
103+
If the load balancer supports health checks, it may be configured to poll the API container at `/probes/liveness`. This endpoint is expected to have a 200 response when the container is healthy. See [Healthchecks](./lifecycle-maintenance/healthchecks) for details.
104104

105105
### Migrations
106106

0 commit comments

Comments
 (0)