From 2dc0b1c3221e5856ed4ba6e58fe97d996f2df697 Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Wed, 12 Dec 2018 11:36:17 -0500 Subject: [PATCH] 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 --- docs/media/{My_Lists_dd.PNG => My_Lists_dd.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/media/{My_Lists_dd.PNG => My_Lists_dd.png} (100%) diff --git a/docs/media/My_Lists_dd.PNG b/docs/media/My_Lists_dd.png similarity index 100% rename from docs/media/My_Lists_dd.PNG rename to docs/media/My_Lists_dd.png -- 2.43.2