Skip to content

Commit 731b8f6

Browse files
committed
Fixed links in readme
1 parent c9af63f commit 731b8f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ print(response.data)
193193
| Example of a group creation and sending a message to the group | [createGroupAndSendMessage.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/createGroupAndSendMessage.py) |
194194
| Example of incoming webhooks receiving | [receiveNotification.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/receiveNotification.py) |
195195
| Example of sending a polling message | [sendPoll.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendPoll.py) |
196-
| Example of sending a text status | [sendTextStatus.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/statusMethods/sendTextStatus.py) |
196+
| Example of sending a text status | [sendTextStatus.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/statusesMethods/sendTextStatus.py) |
197197
| Example of creating instance | [CreateInstance.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/partherMethods/CreateInstance.py) |
198198

199199
## The full list of the library methods

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ print(response.data)
177177
| Пример создание группы и отправка сообщения в группу | [createGroupAndSendMessage.py](../examples/createGroupAndSendMessage.py) |
178178
| Пример получения входящих уведомлений | [receiveNotification.py](../examples/receiveNotification.py) |
179179
| Пример отправки сообщения с опросом | [sendPoll.py](../examples/sendPoll.py) |
180-
| Пример отправки текстового статуса | [sendTextStatus.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/statusMethods/sendTextStatus.py) |
180+
| Пример отправки текстового статуса | [sendTextStatus.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/statusesMethods/sendTextStatus.py) |
181181
| Пример создания инстанса | [CreateInstance.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/partherMethods/CreateInstance.py) |
182182
## Полный список методов библиотеки
183183

0 commit comments

Comments
 (0)