Skip to content

Commit d4ff09d

Browse files
committed
Update article link in README
1 parent f4dec5a commit d4ff09d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Facebook-Message-Bot
2-
This is the simple introduction to use Python Flask to develop chat bot on Facebook by [Message Platform](https://medium.com/r/?url=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fmessenger-platform). The full content is on [my blog]().
2+
This is the simple introduction to use Python Flask to develop chat bot on Facebook by [Message Platform](https://medium.com/r/?url=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fmessenger-platform). The full content is on [my blog](https://medium.com/@enginebai/用python開發facebook-bot-26594f13f9f7#.7iwm148ag) and you can check it out.
33

44
![Photo Credit: https://messengerplatform.fb.com](https://cdn-images-1.medium.com/max/1600/1*FaXmJ1pHvSc55lwckZxKuQ.png)
55

@@ -16,7 +16,7 @@ There are three main steps:
1616
2. Receive the message.
1717
3. Send the message.
1818

19-
Just clone this repository, check out [my article]() and run API on your server.
19+
Just clone this repository, check out [my article](https://medium.com/@enginebai/用python開發facebook-bot-26594f13f9f7#.7iwm148ag) and run API on your server.
2020

2121
## License
2222

0 commit comments

Comments
 (0)