Skip to content

Commit 066fd51

Browse files
authored
Update foreign keys tip formatting in CloudKit.md (#292)
1 parent b66b894 commit 066fd51

File tree

1 file changed

+1
-2
lines changed
  • Sources/SQLiteData/Documentation.docc/Articles

1 file changed

+1
-2
lines changed

Sources/SQLiteData/Documentation.docc/Articles/CloudKit.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ CREATE TABLE "reminders"(
237237
) STRICT
238238
```
239239

240-
> Tip: See SQLite's documentation on [foreign keys] for more information.
241-
[foreign keys]: https://sqlite.org/foreignkeys.html
240+
> Tip: See SQLite's documentation on [foreign keys](https://sqlite.org/foreignkeys.html) for more information.
242241
243242
SQLiteData can synchronize many-to-one and many-to-many relationships to CloudKit,
244243
and you can enforce foreign key constraints in your database connection. While it is possible for

0 commit comments

Comments
 (0)