Skip to content

Commit 8368982

Browse files
committed
Doc fixes
1 parent a0ea2e9 commit 8368982

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ Sharing. Check out [this](./Examples) directory to see them all, including:
287287

288288
The documentation for releases and `main` are available here:
289289

290-
* [`main`](https://swiftpackageindex.com/pointfreeco/sharing-grdb/main/documentation/sharinggrdb/)
291-
* [0.x.x](https://swiftpackageindex.com/pointfreeco/sharing-grdb/~/documentation/sharinggrdb/)
290+
* [`main`](https://swiftpackageindex.com/pointfreeco/sharing-grdb/main/documentation/sharinggrdbcore/)
291+
* [0.x.x](https://swiftpackageindex.com/pointfreeco/sharing-grdb/~/documentation/sharinggrdbcore/)
292292

293293
## Installation
294294

Sources/StructuredQueriesGRDBCore/Documentation.docc/StructuredQueriesGRDBCore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let averageScore = try Player
4848
For more information on how to build queries, see the [StructuredQueries documentation][sq-spi].
4949

5050
[sq-gh]: https://github.com/pointfreeco/swift-structured-queries
51-
[sq-spi]: https://swiftpackageindex.com/pointfreeco/swift-structured-queries/~/documentation/structuredqueries
51+
[sq-spi]: https://swiftpackageindex.com/pointfreeco/swift-structured-queries/~/documentation/structuredqueriescore
5252
[grdb-gh]: https://github.com/groue/GRDB.swift
5353

5454
## Topics

0 commit comments

Comments
 (0)