diff --git a/Handling-network-errors.md b/Handling-network-errors.md index 6bc9786..4abf4e1 100644 --- a/Handling-network-errors.md +++ b/Handling-network-errors.md @@ -84,7 +84,7 @@ A contribution in this direction would be greatly appreciated. ## Stabilizing your app -When a network error occurs, be prepared to catch the [raised exception](https://python-telegram-bot.readthedocs.io/telegram.error.html) and handle it according to your policy (do you want to retry? ignore? other?) or use PTBs built-in mechanism for [[exception handling|Exception-Handling]]. +When a network error occurs, be prepared to catch the [raised exception](https://python-telegram-bot.readthedocs.io/telegram.error.html) and handle it according to your policy (do you want to retry? ignore? other?) or use PTBs built-in mechanism for [[exception handling|Exceptions,-Warnings-and-Logging]]. ## PTB If you think of another way to improve stability from within ptb, please contact us (the maintainers). \ No newline at end of file