8000 hal changed · meeech/developer.github.com@53ff351 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53ff351

Browse files
committed
hal changed
1 parent 4caab67 commit 53ff351

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/resources.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ def json(key)
165165
"closed_at" => "2011-01-26T19:01:12Z",
166166
"merged_at" => "2011-01-26T19:01:12Z",
167167
"_links" => {
168-
"self" => {'_href' =>
168+
"self" => {'href' =>
169169
"https://api.github.com/octocat/Hello-World/pulls/1"},
170-
"html" => {'_href' =>
170+
"html" => {'href' =>
171171
"https://github.com/octocat/Hello-World/pull/1"},
172-
"comments" => {'_href' =>
172+
"comments" => {'href' =>
173173
"https://api.github.com/octocat/Hello-World/issues/1/comments"},
174-
"review_comments" => {'_href' =>
174+
"review_comments" => {'href' =>
175175
"https://api.github.com/octocat/Hello-World/pulls/1/comments"}
176176
}
177177
}

0 commit comments

Comments
 (0)
0