Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit119c0fb

Browse files
committed
Fix links to media types, after the rename from mime
f28c4e4 moved the location of the file, but didn't fix all of the filesthat refer to it.
1 parent45721ee commit119c0fb

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

‎content/v3/gists/comments.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Gist Comments | GitHub API
99

1010
Gist Comments leverage[these](#custom-mime-types) custom mime types.
1111
You can read more about the use of mime types in the API
12-
[here](/v3/mime/).
12+
[here](/v3/media/).
1313

1414
##List comments on a gist
1515

@@ -73,7 +73,7 @@ body
7373
##Custom Mime Types
7474

7575
These are the supported mime types for gist comments. You can read more about the
76-
use of mime types in the API[here](/v3/mime/).
76+
use of mime types in the API[here](/v3/media/).
7777

7878
application/vnd.github.VERSION.raw+json
7979
application/vnd.github.VERSION.text+json

‎content/v3/git/blobs.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ or `base64`. If your data cannot be losslessly sent as a UTF-8 string,
1313
you can base64 encode it.
1414

1515
Blobs leverage[these](#custom-mime-types) custom mime types. You can
16-
read more about the use of mime types in the API[here](/v3/mime/).
16+
read more about the use of mime types in the API[here](/v3/media/).
1717

1818
##Get a Blob
1919

@@ -41,7 +41,7 @@ read more about the use of mime types in the API [here](/v3/mime/).
4141
##Custom Mime Types
4242

4343
These are the supported mime types for blobs. You can read more about the
44-
use of mime types in the API[here](/v3/mime/).
44+
use of mime types in the API[here](/v3/media/).
4545

4646
application/json
4747
application/vnd.github.VERSION.raw

‎content/v3/issues.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Issues | GitHub API
88
{:toc}
99

1010
Issues leverage[these](#custom-mime-types) custom mime types. You can
11-
read more about the use of mime types in the API[here](/v3/mime/).
11+
read more about the use of mime types in the API[here](/v3/media/).
1212

1313
##List your issues
1414

@@ -174,7 +174,7 @@ Issue. Send an empty array (`[]`) to clear all Labels from the Issue.
174174
##Custom Mime Types
175175

176176
These are the supported mime types for issues. You can read more about the
177-
use of mime types in the API[here](/v3/mime/).
177+
use of mime types in the API[here](/v3/media/).
178178

179179
application/vnd.github.VERSION.raw+json
180180
application/vnd.github.VERSION.text+json

‎content/v3/issues/comments.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ comments on issues and pull requests.
1212

1313
Issue Comments leverage[these](#custom-mime-types) custom mime types.
1414
You can read more about the use of mime types in the API
15-
[here](/v3/mime/).
15+
[here](/v3/media/).
1616

1717
##List comments on an issue
1818

@@ -77,7 +77,7 @@ body
7777
##Custom Mime Types
7878

7979
These are the supported mime types for issue comments. You can read more
80-
about the use of mime types in the API[here](/v3/mime/).
80+
about the use of mime types in the API[here](/v3/media/).
8181

8282
application/vnd.github.VERSION.raw+json
8383
application/vnd.github.VERSION.text+json

‎content/v3/pulls.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Comments API](/v3/issues/comments/).
1313

1414
Pull Requests leverage[these](#custom-mime-types) custom mime types. You
1515
can read more about the use of mime types in the API
16-
[here](/v3/mime/).
16+
[here](/v3/media/).
1717

1818
##Link Relations
1919

@@ -193,7 +193,7 @@ commit\_message
193193
##Custom Mime Types
194194

195195
These are the supported mime types for pull requests. You can read more about the
196-
use of mime types in the API[here](/v3/mime/).
196+
use of mime types in the API[here](/v3/media/).
197197

198198
application/vnd.github.VERSION.raw+json
199199
application/vnd.github.VERSION.text+json

‎content/v3/pulls/comments.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Comments (which do not reference a portion of the unified diff).
1414

1515
Pull Request Review Comments leverage[these](#custom-mime-types) custom mime
1616
types. You can read more about the use of mime types in the API
17-
[here](/v3/mime/).
17+
[here](/v3/media/).
1818

1919
##List comments on a pull request
2020

@@ -117,7 +117,7 @@ body
117117
##Custom Mime Types
118118

119119
These are the supported mime types for pull request comments. You can read
120-
more about the use of mime types in the API[here](/v3/mime/).
120+
more about the use of mime types in the API[here](/v3/media/).
121121

122122
application/vnd.github.VERSION.raw+json
123123
application/vnd.github.VERSION.text+json

‎content/v3/repos/comments.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Repo Comments | GitHub API
1010
##List commit comments for a repository
1111

1212
Commit Comments leverage[these](#custom-mime-types) custom mime types. You can
13-
read more about the use of mime types in the API[here](/v3/mime/).
13+
read more about the use of mime types in the API[here](/v3/media/).
1414

1515
Comments are ordered by ascending ID.
1616

@@ -104,7 +104,7 @@ body
104104
##Custom Mime Types
105105

106106
These are the supported mime types for commit comments. You can read more
107-
about the use of mime types in the API[here](/v3/mime/).
107+
about the use of mime types in the API[here](/v3/media/).
108108

109109
application/vnd.github-commitcomment.raw+json
110110
application/vnd.github-commitcomment.text+json

‎content/v3/repos/contents.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Repo Contents | GitHub API
88
{:toc}
99

1010
These API methods let you retrieve the contents of files within a repository as
11-
Base64 encoded content. See[Mime types](/v3/mime) for requesting raw or other formats.
11+
Base64 encoded content. See[Mime types](/v3/media/) for requesting raw or other formats.
1212

1313
##Get the README
1414

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp