Correct links

This commit is contained in:
alhuelamo 2022-02-13 11:52:31 +01:00
parent 977f0491e1
commit 0591e7834a

View file

@ -332,7 +332,7 @@ A: No, only the bots API.
**Q: Can I use webhooks?**
A: teloxide doesn't provide special API for working with webhooks due to their nature with lots of subtle settings. Instead, you should setup your webhook by yourself, as shown in [`examples/ngrok_ping_pong_bot`](examples/ngrok_ping_pong_bot.rs) and [`examples/heroku_ping_pong_bot`](examples/heroku_ping_pong_bot.rs).
A: teloxide doesn't provide special API for working with webhooks due to their nature with lots of subtle settings. Instead, you should setup your webhook by yourself, as shown in [`examples/ngrok_ping_pong_bot`](examples/ngrok_ping_pong.rs) and [`examples/heroku_ping_pong_bot`](examples/heroku_ping_pong.rs).
Associated links:
- [Marvin's Marvellous Guide to All Things Webhook](https://core.telegram.org/bots/webhooks)