Skip to content

Commit 3126f12

Browse files
committed
.com, not .dev
1 parent 74b015d commit 3126f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/resources.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,11 +1046,11 @@ def text_html(response, status, head = {})
10461046
"size" => 9,
10471047
"url" => "https://api.github.com/repos/octocat/Hello-World/contents/hellothere",
10481048
"html_url" => "http://github.com/octocat/Hello-World/blob/master/hellothere",
1049-
"git_url" => "http://api.github.dev/repos/octocat/Hello-World/git/blobs/95b966ae1c166bd92f8ae7d1c313e738c731dfc3",
1049+
"git_url" => "http://api.github.com/repos/octocat/Hello-World/git/blobs/95b966ae1c166bd92f8ae7d1c313e738c731dfc3",
10501050
"type" => "file"
10511051
"_links" => {
10521052
"self" => "https://api.github.com/repos/octocat/Hello-World/contents/hellothere",
1053-
"git" => "http://api.github.dev/repos/octocat/Hello-World/git/blobs/95b966ae1c166bd92f8ae7d1c313e738c731dfc3",
1053+
"git" => "http://api.github.com/repos/octocat/Hello-World/git/blobs/95b966ae1c166bd92f8ae7d1c313e738c731dfc3",
10541054
"html" => "http://github.com/octocat/Hello-World/blob/master/hellothere"
10551055
}
10561056
},

0 commit comments

Comments
 (0)