Skip to content

Commit 2a1ad8e

Browse files
committed
fix rls link
1 parent 5a4dcac commit 2a1ad8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite-cloud/platform/offsync.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Offsync extends standard SQLite tables with built-in support for offline work an
2020
- **CRDT-Based Conflict Resolution**: Merges updates deterministically and efficiently, ensuring eventual consistency across all replicas without complex merge logic.
2121
- **Seamless Integration**: The sync layer is tightly integrated with SQLite Cloud, enabling secure data sharing across devices, users, and platforms.
2222

23-
When combined with [Row-Level Security (RLS)](/docs/sqlite-cloud/platform/rls), Offsync allows you to build secure, multi-tenant applications where each user's data is safely isolated, both on the edge and in the cloud.
23+
When combined with [Row-Level Security (RLS)](/docs/rls), Offsync allows you to build secure, multi-tenant applications where each user's data is safely isolated, both on the edge and in the cloud.
2424

2525
## Configuring Offsync
2626

0 commit comments

Comments
 (0)