From d70fa54375fd9172d4ce3b3110a2639c47476ad3 Mon Sep 17 00:00:00 2001 From: shuuji3 Date: Sat, 14 Feb 2015 17:44:45 +0900 Subject: [PATCH] Fix a broken link to the document of media_upload. --- twython/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twython/endpoints.py b/twython/endpoints.py index 81aa582..d0add16 100644 --- a/twython/endpoints.py +++ b/twython/endpoints.py @@ -135,7 +135,7 @@ class EndpointsMixin(object): to the 'update_status' method using the 'media_ids' param. Docs: - https://dev.twitter.com/rest/public/uploading-media-multiple-photos + https://dev.twitter.com/rest/public/uploading-media """ return self.post('https://upload.twitter.com/1.1/media/upload.json', params=params)