Skip to content

Commit 604ab92

Browse files
authored
Fix broken documentation link. (#55)
1 parent 6366156 commit 604ab92

File tree

1 file changed

+1
-3
lines changed
  • Sources/SharingGRDBCore/Documentation.docc/Articles

1 file changed

+1
-3
lines changed

Sources/SharingGRDBCore/Documentation.docc/Articles/Fetching.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ var completedReminders
6666
```
6767

6868
This is only the basics of what you can do with the query building tools of this library. To
69-
learn more, be sure to check out the [documentation][sq-getting-started] of StructuredQueries.
70-
71-
[sq-docs]: https://swiftpackageindex.com/pointfreeco/swift-structured-queries/~/documentation/structuredqueriescore
69+
learn more, be sure to check out the [documentation][structured-queries-docs] of StructuredQueries.
7270

7371
You can even execute a SQL string to populate the data in your features:
7472

0 commit comments

Comments
 (0)