Fixes #417, update ReadTheDocs TLD in README

This commit is contained in:
Mike Helmick 2016-04-30 05:31:13 -04:00
parent 3f6700373f
commit 86f878aad8
No known key found for this signature in database
GPG key ID: 29E8ABD2DD467ABE

View file

@ -62,7 +62,7 @@ Or, if you want the code that is currently on GitHub
Documentation Documentation
------------- -------------
Documentation is available at https://twython.readthedocs.org/en/latest/ Documentation is available at https://twython.readthedocs.io/en/latest/
Starting Out 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 = final_step['oauth_token']
OAUTH_TOKEN_SECRET = final_step['oauth_token_secret'] OAUTH_TOKEN_SECRET = final_step['oauth_token_secret']
For OAuth 2 (Application Only, read-only) authentication, see `our documentation <https://twython.readthedocs.org/en/latest/usage/starting_out.html#oauth-2-application-authentication>`_ For OAuth 2 (Application Only, read-only) authentication, see `our documentation <https://twython.readthedocs.io/en/latest/usage/starting_out.html#oauth-2-application-authentication>`_
Dynamic Function Arguments Dynamic Function Arguments
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -174,7 +174,7 @@ Documentation: https://dev.twitter.com/docs/api/1.1/get/statuses/home_timeline
Updating Status Updating Status
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
This method makes use of dynamic arguments, `read more about them <https://twython.readthedocs.org/en/latest/usage/starting_out.html#dynamic-function-arguments>`_ This method makes use of dynamic arguments, `read more about them <https://twython.readthedocs.io/en/latest/usage/starting_out.html#dynamic-function-arguments>`_
Documentation: https://dev.twitter.com/docs/api/1/post/statuses/update Documentation: https://dev.twitter.com/docs/api/1/post/statuses/update
@ -195,8 +195,8 @@ Searching
Advanced Usage Advanced Usage
-------------- --------------
- `Advanced Twython Usage <https://twython.readthedocs.org/en/latest/usage/advanced_usage.html>`_ - `Advanced Twython Usage <https://twython.readthedocs.io/en/latest/usage/advanced_usage.html>`_
- `Streaming with Twython <https://twython.readthedocs.org/en/latest/usage/streaming_api.html>`_ - `Streaming with Twython <https://twython.readthedocs.io/en/latest/usage/streaming_api.html>`_
Notes Notes