From 8ee4835a830d41b7312db3b82bc868d1c33224e3 Mon Sep 17 00:00:00 2001 From: Sam Jongenelen Date: Sat, 3 Jun 2017 09:22:37 +0200 Subject: [PATCH] New URL for IFTT, directly to settings page. (#2740) * New URL for IFT, directly to settings page. Added extended information how to obtain the IFTT key * Fix typo --- source/_components/ifttt.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/ifttt.markdown b/source/_components/ifttt.markdown index d4e97ec7c0c..c43e86268ae 100644 --- a/source/_components/ifttt.markdown +++ b/source/_components/ifttt.markdown @@ -20,7 +20,8 @@ ifttt: key: xxxxx-x-xxxxxxxxxxxxx ``` -`key` is your API key which can be obtained by viewing the **Settings** of the [Maker Channel](https://ifttt.com/maker). It's the last part of the URL. +`key` is your API key which can be obtained by viewing the **Settings** of the [Maker Channel](https://ifttt.com/services/maker_webhooks/settings). It's the last part of the URL (e.g. https://maker.ifttt.com/use/MYAPIKEY) you will find under **Settings** > **Account Info**. +