diff --git a/Understanding-the-Photos-database.md b/Understanding-the-Photos-database.md index e56d988..a2c11dd 100644 --- a/Understanding-the-Photos-database.md +++ b/Understanding-the-Photos-database.md @@ -8,7 +8,7 @@ osxphotos currently supports the following versions of the Photos database and a In Photos 2.0 - 4.0, the database format is very similar between versions. Photos 5.0 appeared to be a complete rewrite with a completely different database structure. -In Photos 2.0 - [4.0](https://github.com/RhetTbull/osxphotos/wiki/Photos-4-database-schema), the sqlite3 database is located in: +In Photos 2.0 - [4.0](https://github.com/RhetTbull/osxphotos/wiki/Photos-version-4-database), the sqlite3 database is located in: ~/Pictures/Photos Library.photoslibrary/database/photos.db @@ -31,8 +31,9 @@ The version is a 4-digit integer, the first digit of which signifies which versi * Photos 4.0 (10.14.6) == 4025 * Photos 5.0 (10.15.0) == 6000 -Photos 5 database schema can be found [here](https://github.com/RhetTbull/osxphotos/wiki/Photos-Version-5-Database). +Additional details about the Photos 5 database structure are [here](https://github.com/RhetTbull/osxphotos/wiki/Photos-version-5-database). + +Additional details about the Photos 4 database structure are [here](https://github.com/RhetTbull/osxphotos/wiki/Photos-version-4-database). -Photos 4 database schema can be found [here](https://github.com/RhetTbull/osxphotos/wiki/Photos-4-database-schema). [home](https://github.com/RhetTbull/osxphotos/wiki) \ No newline at end of file