Skip to content

Commit b37b5d3

Browse files
committed
/git/ should not be in these path specs
1 parent 8a34bb4 commit b37b5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/v3/git/commits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Git Commits | GitHub API
66

77
## Get a Commit
88

9-
GET /repos/:user/:repo/git/commits/:sha
9+
GET /repos/:user/:repo/commits/:sha
1010

1111
### Response
1212

@@ -15,7 +15,7 @@ title: Git Commits | GitHub API
1515

1616
## Create a Commit
1717

18-
POST /repos/:user/:repo/git/commits
18+
POST /repos/:user/:repo/commits
1919

2020
### Parameters
2121

0 commit comments

Comments
 (0)