From 6fdf74c450aad2958fba2d98c363a8fe95868f63 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 9 Oct 2015 23:21:25 +0200 Subject: [PATCH] Update comment --- source/components/notify.telegram.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/notify.telegram.markdown b/source/components/notify.telegram.markdown index be5dc5d9588..79d866f7444 100644 --- a/source/components/notify.telegram.markdown +++ b/source/components/notify.telegram.markdown @@ -33,7 +33,7 @@ To enable Telegram notifications in your installation, add the following to your notify: name: NOTIFIER_NAME platform: telegram - # Get those by creating a new application, event, and tracker on https://instapush.im + # Get those by creating a new bot on https://core.telegram.org/bots api_key: ABCDEFGHJKLMNOPQRSTUVXYZ chat_id: YOUR_CHAT_ID ```