Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 2434d00

Browse files
committed
Fix the url returned in a branch's commit info.
1 parent 0eb83b1 commit 2434d00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def json(key)
156156
"name" => "master",
157157
"commit" => {
158158
"sha" => "6dcb09b5b57875f334f61aebed695e2e4193db5e",
159-
"url" => "https://api.github.com/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc"
159+
"url" => "https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc"
160160
}
161161
}
162162

0 commit comments

Comments
 (0)