From c74a76decb0a80327fd8bd6a2c9d8839fc22d17b Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 23 Jun 2022 14:15:52 -0400 Subject: [PATCH] Fix broken image link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccd6010..15ab5ab 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ A local media gallery. You can import images and videos, and even tag them for searching and filtering. -![showcase image](https://raw.githubusercontent.com/redstrate/gallery/master/misc/showcase.png) +![showcase image](misc/showcase.png) The app is written in Swift, and uses UIKit and CoreData. Thanks to Catalyst, it can run on macOS as well as iOS and iPadOS.