From 823bfe5b2d16dfb2beff540345baf96f8e19eb1a Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 12 May 2017 22:00:19 -0400 Subject: [PATCH] Rename image file to lower case png. Apparently Windows likes to make it PNG and not png which is quite odd really. --- docs/discord.rst | 2 +- ...button.PNG => discord_create_new_app_button.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/images/{discord_new_app_button.PNG => discord_create_new_app_button.png} (100%) diff --git a/docs/discord.rst b/docs/discord.rst index b9a3bad21..1929c3109 100644 --- a/docs/discord.rst +++ b/docs/discord.rst @@ -11,7 +11,7 @@ Creating a Bot account is a pretty straightforward process. 2. Navigate to the `application page `_ 3. Click on the "New App" button. - .. image:: /images/discord_new_app_button.png + .. image:: /images/discord_create_new_app_button.png :alt: The new app button. 4. Give the application a name and a description if wanted and click "Create App". diff --git a/docs/images/discord_new_app_button.PNG b/docs/images/discord_create_new_app_button.png similarity index 100% rename from docs/images/discord_new_app_button.PNG rename to docs/images/discord_create_new_app_button.png