From 823bfe5b2d16dfb2beff540345baf96f8e19eb1a Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 12 May 2017 22:00:19 -0400 Subject: 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 +- docs/images/discord_create_new_app_button.png | Bin 0 -> 3864 bytes docs/images/discord_new_app_button.PNG | Bin 3864 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/images/discord_create_new_app_button.png delete mode 100644 docs/images/discord_new_app_button.PNG diff --git a/docs/discord.rst b/docs/discord.rst index b9a3bad2..1929c310 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_create_new_app_button.png b/docs/images/discord_create_new_app_button.png new file mode 100644 index 00000000..78a099dd Binary files /dev/null and b/docs/images/discord_create_new_app_button.png differ diff --git a/docs/images/discord_new_app_button.PNG b/docs/images/discord_new_app_button.PNG deleted file mode 100644 index 78a099dd..00000000 Binary files a/docs/images/discord_new_app_button.PNG and /dev/null differ -- cgit v1.2.3