Skip to content

Commit bf9f2b5

Browse files
committed
docs: correct relative link to Database Schema Recommendations
1 parent a0cce41 commit bf9f2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When designing your database schema for SQLite Sync, follow these essential requ
5454
- **Foreign Key Compatibility**: Be aware of potential conflicts during CRDT merge operations and RLS policy interactions.
5555
- **Trigger Compatibility**: Triggers may cause duplicate operations or be called multiple times due to column-by-column processing.
5656

57-
For comprehensive guidelines, see the [Database Schema Recommendations](../README.md#database-schema-recommendations) section in the README.
57+
For comprehensive guidelines, see the [Database Schema Recommendations](README.md#database-schema-recommendations) section in the README.
5858

5959
The function supports three overloads:
6060
- `cloudsync_init(table_name)`: Uses the default 'cls' CRDT algorithm.

0 commit comments

Comments
 (0)