From 675704ca91961bcf6343c0d4d21ea8a6334a7b02 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 8 Oct 2022 00:26:46 +1300 Subject: [PATCH] Update screenshot path --- README.md | 2 +- screenshot.png => docs/screenshot.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename screenshot.png => docs/screenshot.png (100%) diff --git a/README.md b/README.md index 43b9d05..f03a1ec 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It acts as both an SMTP server, and provides a web interface to view all capture Mailpit is inspired by [MailHog](#why-rewrite-mailhog), but much, much faster. -![Mailpit](https://raw.githubusercontent.com/axllent/mailpit/develop/screenshot.png) +![Mailpit](https://raw.githubusercontent.com/axllent/mailpit/develop/docs/screenshot.png) ## Features diff --git a/screenshot.png b/docs/screenshot.png similarity index 100% rename from screenshot.png rename to docs/screenshot.png