Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 43115c0

Browse files
fix links from rls docs to sql docs on website (#323)
Co-authored-by: Zeke Foppa <[email protected]>
1 parent a58207a commit 43115c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rls/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,12 @@ For example, it is valid for an RLS rule to have more joins than are supported b
292292
However a client will not be able to subscribe to the table for which that rule is defined.
293293

294294

295-
[reference docs]: /docs/sql/index.md#subscriptions
295+
[reference docs]: /docs/sql#subscriptions
296296

297297
## Best Practices
298298

299299
1. Use `:sender` for client specific filtering.
300300
2. Follow the [SQL best practices] for optimizing your RLS rules.
301301

302302

303-
[SQL best practices]: /docs/sql/index.md#best-practices-for-performance-and-scalability
303+
[SQL best practices]: /docs/sql#best-practices-for-performance-and-scalability

0 commit comments

Comments
 (0)