diff --git a/README.rst b/README.rst index 304d2009b..c1c2c1da9 100644 --- a/README.rst +++ b/README.rst @@ -117,21 +117,11 @@ Learning by example We believe that the best way to learn and understand this simple package is by example. So here are some examples for you to review. Even if it's not your approach for learning, please take a -look at ``echobot2`` (below), it is de facto the base for most of the bots out there. Best of all, +look at ``echobot2``, it is de facto the base for most of the bots out there. Best of all, the code for these examples are released to the public domain, so you can start by grabbing the code and building on top of it. -- `echobot2 `_ replies back messages. - -- `inlinebot `_ basic example of an `inline bot `_. - -- `conversationbot `_ uses the `ConversationHandler `_ to have multipart conversations (modeled as a finite-state machine) with individual users. - -- `timerbot `_ uses the `JobQueue `_ to send timed messages. - -- `echobot `_ uses only the pure API to echo messages. - -Look at the examples on the `wiki `_ to see other bots the community has built. +Visit `this page `_ to discover the official examples or look at the examples on the `wiki `_ to see other bots the community has built. ------- Logging