diff --git a/README.md b/README.md index fc6e8b0..9d2a370 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ bot.polling() ### Using web hooks When using webhooks telegram sends one Update per call, for processing it you should call process_new_messages([update.message]) when you recieve it. -There are some examples using webhooks in the *examples/webhook_examples* directory. +There are some examples using webhooks in the [examples/webhook_examples](examples/webhook_examples) directory. ### Logging