8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4caab67 commit 53ff351Copy full SHA for 53ff351
lib/resources.rb
@@ -165,13 +165,13 @@ def json(key)
165
"closed_at" => "2011-01-26T19:01:12Z",
166
"merged_at" => "2011-01-26T19:01:12Z",
167
"_links" => {
168
- "self" => {'_href' =>
+ "self" => {'href' =>
169
"https://api.github.com/octocat/Hello-World/pulls/1"},
170
- "html" => {'_href' =>
+ "html" => {'href' =>
171
"https://github.com/octocat/Hello-World/pull/1"},
172
- "comments" => {'_href' =>
+ "comments" => {'href' =>
173
"https://api.github.com/octocat/Hello-World/issues/1/comments"},
174
- "review_comments" => {'_href' =>
+ "review_comments" => {'href' =>
175
"https://api.github.com/octocat/Hello-World/pulls/1/comments"}
176
}
177
0 commit comments