Skip to content

Commit

Permalink
Fix Northwind.swift link
Browse files Browse the repository at this point in the history
  • Loading branch information
helje5 committed Oct 12, 2023
1 parent 7b7469c commit f63a304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Lighter/Lighter.docc/Mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public struct Category : Identifiable, Codable {
```

It carries an embedded JPEG in the
[picture](https://lighter-swift.github.io/NorthwindSQLite.swift/documentation/northwind/category/picture)
[picture](https://Northwind-swift.github.io/NorthwindSQLite.swift/documentation/northwind/category/picture)
column, as a BLOB (i.e. just bytes).
It would be nice to have this mapped to a `UIImage` for display.
And maybe make the `categoryName` available as just `name`, and remove the
Expand Down

0 comments on commit f63a304

Please sign in to comment.