Skip to content

Commit 144ca93

Browse files
committed
Fix link to list of media types
Since [Media Type revision 671520376][1] (15 July 2015) the list has been removed. This links to a more authorative source. [1]: https://en.wikipedia.org/w/index.php?title=Media_type&oldid=671520376
1 parent be5f92a commit 144ca93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/v3/repos/releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ asset's name and label in URI query parameters.
171171

172172
Name | Type | Description
173173
-----|------|--------------
174-
`Content-Type`|`string` | **Required**. The content type of the asset. This should be set in the Header. Example: `"application/zip"`. For a list of acceptable types, refer this list of [common media types](http://en.wikipedia.org/wiki/Internet_media_type#List_of_common_media_types).
174+
`Content-Type`|`string` | **Required**. The content type of the asset. This should be set in the Header. Example: `"application/zip"`. For a list of acceptable types, refer this list of [media types][media type list].
175175
`name`|`string` | **Required**. The file name of the asset. This should be set in a URI query parameter.
176176
`label`|`string` | An alternate short description of the asset. Used in place of the filename. This should be set in a URI query parameter.
177177

@@ -239,4 +239,5 @@ Name | Type | Description
239239

240240
<%= headers 204 %>
241241

242+
[media type list]: https://www.iana.org/assignments/media-types/media-types.xhtml
242243
[repo tags api]: /v3/repos/#list-tags

0 commit comments

Comments
 (0)