Skip to content

Commit 02a3e7d

Browse files
committed
Merge pull request github#990 from Shredder121/media-types
Fix link to list of media types
2 parents f2d1991 + 144ca93 commit 02a3e7d

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)