Skip to content

Commit e8b708b

Browse files
committed
Fix examples links
1 parent 07c37cd commit e8b708b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

examples/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ and continue with the more advanced examples.
77
Every script is working right away (provided you correctly set up your credentials), meaning
88
you can simply copy-paste and run, the only things you have to change are your session names and the target chats.
99

10-
- [**hello_world.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py)
11-
- [**echo_bot.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/echo_bot.py)
12-
- [**welcome_bot.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/welcome_bot.py)
13-
- [**get_history.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/get_history.py)
14-
- [**get_participants.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/get_participants.py)
15-
- [**get_participants2.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/get_participants2.py)
16-
- [**query_inline_bots.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/query_inline_bots.py)
17-
- [**send_bot_keyboards.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/send_bot_keyboards.py)
18-
- [**raw_update_handler.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/raw_update_handler.py)
10+
- [**hello_world.py**](hello_world.py)
11+
- [**echo_bot.py**](echo_bot.py)
12+
- [**welcome_bot.py**](welcome_bot.py)
13+
- [**get_history.py**](get_history.py)
14+
- [**get_participants.py**](get_participants.py)
15+
- [**get_participants2.py**](get_participants2.py)
16+
- [**query_inline_bots.py**](query_inline_bots.py)
17+
- [**send_bot_keyboards.py**](send_bot_keyboards.py)
18+
- [**raw_update_handler.py**](raw_update_handler.py)

0 commit comments

Comments
 (0)