From 8392ee27f32caedd3234a7c6db53c82a9f330923 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Fri, 8 May 2020 21:30:55 +0600 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5bc2a7ef..01e03e78 100644 --- a/README.md +++ b/README.md @@ -309,9 +309,7 @@ Most programming languages have their own implementations of Telegram bots frame teloxide doesn't provide special API for working with webhooks due to their nature with lots of subtle settings. Instead, you setup your webhook by yourself, as shown in [webhook_ping_pong_bot](examples/webhook_ping_pong_bot/src/main.rs). -Associated links: - - [Marvin's Marvellous Guide to All Things Webhook](https://core.telegram.org/bots/webhooks) - - [Using self-signed certificates](https://core.telegram.org/bots/self-signed) +Also see [Marvin's Marvellous Guide to All Things Webhook](https://core.telegram.org/bots/webhooks) and [Using self-signed certificates](https://core.telegram.org/bots/self-signed). - **Can I use different loggers?**