Fix a broken link to the document of media_upload. #368

Merged
shuuji3 merged 1 commit from master into master 2015-02-14 20:21:04 -08:00

View file

@ -135,7 +135,7 @@ class EndpointsMixin(object):
to the 'update_status' method using the 'media_ids' param. to the 'update_status' method using the 'media_ids' param.
Docs: 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) return self.post('https://upload.twitter.com/1.1/media/upload.json', params=params)