From: Remington Steed <rjs7@calvin.edu>
Date: Wed, 12 Dec 2018 16:36:17 +0000 (-0500)
Subject: Docs: Fix screenshot file name
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2dc0b1c3221e5856ed4ba6e58fe97d996f2df697;p=evergreen%2Fequinox.git

Docs: Fix screenshot file name

The asciidoc is looking for "My_Lists_dd.png", but the file has a
capitalized extension ".PNG". This commit renames the file to match the
code, since lowercase is our common naming convention.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
---

diff --git a/docs/media/My_Lists_dd.PNG b/docs/media/My_Lists_dd.PNG
deleted file mode 100644
index 9f41ad5e21..0000000000
Binary files a/docs/media/My_Lists_dd.PNG and /dev/null differ
diff --git a/docs/media/My_Lists_dd.png b/docs/media/My_Lists_dd.png
new file mode 100644
index 0000000000..9f41ad5e21
Binary files /dev/null and b/docs/media/My_Lists_dd.png differ