From e8b708b35d0b825159b0ca84afc9c5e55bcd5611 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 6 May 2018 12:53:29 +0200 Subject: [PATCH] Fix examples links --- examples/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/README.md b/examples/README.md index 2b854427..cb2432a8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,12 +7,12 @@ and continue with the more advanced examples. Every script is working right away (provided you correctly set up your credentials), meaning you can simply copy-paste and run, the only things you have to change are your session names and the target chats. -- [**hello_world.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py) -- [**echo_bot.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/echo_bot.py) -- [**welcome_bot.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/welcome_bot.py) -- [**get_history.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/get_history.py) -- [**get_participants.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/get_participants.py) -- [**get_participants2.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/get_participants2.py) -- [**query_inline_bots.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/query_inline_bots.py) -- [**send_bot_keyboards.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/send_bot_keyboards.py) -- [**raw_update_handler.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/raw_update_handler.py) +- [**hello_world.py**](hello_world.py) +- [**echo_bot.py**](echo_bot.py) +- [**welcome_bot.py**](welcome_bot.py) +- [**get_history.py**](get_history.py) +- [**get_participants.py**](get_participants.py) +- [**get_participants2.py**](get_participants2.py) +- [**query_inline_bots.py**](query_inline_bots.py) +- [**send_bot_keyboards.py**](send_bot_keyboards.py) +- [**raw_update_handler.py**](raw_update_handler.py)