Update API reference link for response codes in documentation
authorHarmon <Harmon758@gmail.com>
Sun, 3 Feb 2019 23:03:27 +0000 (17:03 -0600)
committerHarmon <Harmon758@gmail.com>
Mon, 4 Feb 2019 06:29:37 +0000 (00:29 -0600)
docs/api.rst

index 76fbe40344bf9bcad40f930abd02851e8ee1129e..555f3938a93495bf6f08ada50ccde79bc0c86dd1 100644 (file)
@@ -823,7 +823,7 @@ example, ``tweepy.error.TweepError`` is available as ``tweepy.TweepError``.
 
    When a ``TweepError`` is raised due to an error Twitter responded with,
    the error code (`as described in the API documentation
-   <https://dev.twitter.com/overview/api/response-codes>`_) can be accessed
+   <https://developer.twitter.com/en/docs/basics/response-codes>`_) can be accessed
    at ``TweepError.response.text``. Note, however, that ``TweepError``\ s
    also may be raised with other things as message (for example plain
    error reason strings).