diff --git a/README.rst b/README.rst index 6f12862..061d1b7 100644 --- a/README.rst +++ b/README.rst @@ -3,16 +3,16 @@ Twython .. image:: https://img.shields.io/pypi/v/twython.svg?style=flat-square - :target: https://pypi.python.org/pypi/twython + :target: https://pypi.python.org/pypi/twython .. image:: https://img.shields.io/pypi/dw/twython.svg?style=flat-square - :target: https://pypi.python.org/pypi/twython - + :target: https://pypi.python.org/pypi/twython + .. image:: https://img.shields.io/travis/ryanmcgrath/twython.svg?style=flat-square - :target: https://travis-ci.org/ryanmcgrath/twython + :target: https://travis-ci.org/ryanmcgrath/twython .. image:: https://img.shields.io/coveralls/ryanmcgrath/twython/master.svg?style=flat-square - :target: https://coveralls.io/r/ryanmcgrath/twython?branch=master + :target: https://coveralls.io/r/ryanmcgrath/twython?branch=master ``Twython`` is the premier Python library providing an easy (and up-to-date) way to access Twitter data. Actively maintained and featuring support for Python 2.6+ and Python 3. It's been battle tested by companies, educational institutions and individuals alike. Try it today! @@ -62,7 +62,7 @@ Or, if you want the code that is currently on GitHub Documentation ------------- -Documentation is available at https://twython.readthedocs.org/en/latest/ +Documentation is available at https://twython.readthedocs.io/en/latest/ Starting Out ------------ @@ -142,7 +142,7 @@ Once you have the final user tokens, store them in a database for later use:: OAUTH_TOKEN = final_step['oauth_token'] OAUTH_TOKEN_SECRET = final_step['oauth_token_secret'] -For OAuth 2 (Application Only, read-only) authentication, see `our documentation `_ +For OAuth 2 (Application Only, read-only) authentication, see `our documentation `_ Dynamic Function Arguments ~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -174,7 +174,7 @@ Documentation: https://dev.twitter.com/docs/api/1.1/get/statuses/home_timeline Updating Status ~~~~~~~~~~~~~~~ -This method makes use of dynamic arguments, `read more about them `_ +This method makes use of dynamic arguments, `read more about them `_ Documentation: https://dev.twitter.com/docs/api/1/post/statuses/update @@ -195,8 +195,8 @@ Searching Advanced Usage -------------- -- `Advanced Twython Usage `_ -- `Streaming with Twython `_ +- `Advanced Twython Usage `_ +- `Streaming with Twython `_ Notes