From 4353df7b1ba0718481670c596f14c9df40128865 Mon Sep 17 00:00:00 2001 From: Poolitzer Date: Wed, 31 Aug 2022 17:12:35 +0200 Subject: [PATCH] Fixing links to exception handling --- Handling-network-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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