Skip to content

Commit 7e89971

Browse files
committed
Update media/upload API docs URL
1 parent 4965c02 commit 7e89971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>POST</h3>
126126

127127

128128
<h3>Media</h3>
129-
<p>Upload images using <a href="https://dev.twitter.com/rest/public/uploading-media-multiple-photos">POST media/upload</a>.</p>
129+
<p>Upload images using <a href="https://dev.twitter.com/rest/reference/post/media/upload">POST media/upload</a>.</p>
130130

131131
<pre>
132132
$connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, $access_token, $access_token_secret);

0 commit comments

Comments
 (0)