Skip to content

Commit 0fa9074

Browse files
authored
update ref of blob custom media type (#5247)
1 parent a133ce3 commit 0fa9074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/rest/reference/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Git Database API gives you access to read and write raw Git objects to your
2020
## Blobs
2121

2222
A Git blob (binary large object) is the object type used to store the contents of each file in a repository. The file's SHA-1 hash is computed and stored in the blob object. These endpoints allow you to read and write [blob objects](https://git-scm.com/book/en/v1/Git-Internals-Git-Objects)
23-
to your Git database on {% data variables.product.product_name %}. Blobs leverage [these custom media types](#custom-media-types). You can read more about the use of media types in the API [here](/rest/overview/media-types).
23+
to your Git database on {% data variables.product.product_name %}. Blobs leverage [these custom media types](#custom-media-types-for-blobs). You can read more about the use of media types in the API [here](/rest/overview/media-types).
2424

2525
### Custom media types for blobs
2626

0 commit comments

Comments
 (0)