From 343da4b36824c6697fd612acf0c05fa236f91558 Mon Sep 17 00:00:00 2001 From: Kyryh <71778401+Kyryh@users.noreply.github.com> Date: Sat, 16 Mar 2024 20:21:43 +0100 Subject: [PATCH] Fixed a broken link redirect --- Working-with-Files-and-Media.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-with-Files-and-Media.md b/Working-with-Files-and-Media.md index 96127d6..73c2ece 100644 --- a/Working-with-Files-and-Media.md +++ b/Working-with-Files-and-Media.md @@ -83,7 +83,7 @@ media_1 = InputMediaDocument(media=file_id, ...) ``` > [!CAUTION] -> For the `InputMedia*` classes, passing a file path only works if your bot is running in [local mode](docs.python-telegram-bot.org/telegram.bot.html#telegram.Bot.params.local_mode). +> For the `InputMedia*` classes, passing a file path only works if your bot is running in [local mode](https://docs.python-telegram-bot.org/telegram.bot.html#telegram.Bot.params.local_mode). ### Sending files via inline mode