From c9f6f7459f623b7913072a807dbb59c26fe23078 Mon Sep 17 00:00:00 2001 From: Corbin Davenport Date: Sun, 7 Apr 2024 00:19:41 -0400 Subject: [PATCH] Update Imgur API page link --- DEV.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEV.md b/DEV.md index 0deed6d..a12ed78 100644 --- a/DEV.md +++ b/DEV.md @@ -22,7 +22,7 @@ git clone https://github.com/corbindavenport/imageshare.git cd imageshare ``` -You need an either [Imgur API key](https://api.imgur.com/oauth2/addclient) or an [ImgBB API key](https://api.imgbb.com/) for ImageShare. If you add both, the user can choose which service to use on each upload. Create a new plain text file in the root directory (same folder as this readme) called `.env` and add your API keys as lines like this: +You need an either [Imgur API key](https://imgur.com/account/settings/apps) or an [ImgBB API key](https://api.imgbb.com/) for ImageShare. If you add both, the user can choose which service to use on each upload. Create a new plain text file in the root directory (same folder as this readme) called `.env` and add your API keys as lines like this: ``` IMGUR_KEY=imgurclientidgoeshere @@ -52,7 +52,7 @@ git clone https://github.com/corbindavenport/imageshare.git cd imageshare ``` -You need an either [Imgur API key](https://api.imgur.com/oauth2/addclient) or an [ImgBB API key](https://api.imgbb.com/) for ImageShare. If you add both, the user can choose which service to use on each upload. You also need to set the domain that will be used for public access. If you want to retain compatibility with legacy web browsers, you may need to use an old top-level domain (e.g. `.com` or `.net`) instead of newer TLDs. +You need an either [Imgur API key](https://imgur.com/account/settings/apps) or an [ImgBB API key](https://api.imgbb.com/) for ImageShare. If you add both, the user can choose which service to use on each upload. You also need to set the domain that will be used for public access. If you want to retain compatibility with legacy web browsers, you may need to use an old top-level domain (e.g. `.com` or `.net`) instead of newer TLDs. Create a new plain text file in the root directory (same folder as this readme) called `.env` and add your API keys and domain as lines like this: