@@ -784,27 +784,27 @@ def text_html(response, status, head = {})
784
784
785
785
TREE = {
786
786
"sha" => "9fb037999f264ba9a7fc6274d15fa3ae2ab98312" ,
787
- "url" => "https://api.github.com/repo /octocat/Hello-World/trees/9fb037999f264ba9a7fc6274d15fa3ae2ab98312" ,
787
+ "url" => "https://api.github.com/repos /octocat/Hello-World/trees/9fb037999f264ba9a7fc6274d15fa3ae2ab98312" ,
788
788
"tree" => [
789
789
{ "path" => "file.rb" ,
790
790
"mode" => "100644" ,
791
791
"type" => "blob" ,
792
792
"size" => 30 ,
793
793
"sha" => "44b4fc6d56897b048c772eb4087f854f46256132" ,
794
- "url" => "https://api.github.com/octocat/Hello-World/git/blobs/44b4fc6d56897b048c772eb4087f854f46256132" ,
794
+ "url" => "https://api.github.com/repos/ octocat/Hello-World/git/blobs/44b4fc6d56897b048c772eb4087f854f46256132" ,
795
795
} ,
796
796
{ "path" => "subdir" ,
797
797
"mode" => "040000" ,
798
798
"type" => "tree" ,
799
799
"sha" => "f484d249c660418515fb01c2b9662073663c242e" ,
800
- "url" => "https://api.github.com/octocat/Hello-World/git/blobs/f484d249c660418515fb01c2b9662073663c242e"
800
+ "url" => "https://api.github.com/repos/ octocat/Hello-World/git/blobs/f484d249c660418515fb01c2b9662073663c242e"
801
801
} ,
802
802
{ "path" => "exec_file" ,
803
803
"mode" => "100755" ,
804
804
"type" => "blob" ,
805
805
"size" => 75 ,
806
806
"sha" => "45b983be36b73c0788dc9cbcb76cbb80fc7bb057" ,
807
- "url" => "https://api.github.com/octocat/Hello-World/git/blobs/45b983be36b73c0788dc9cbcb76cbb80fc7bb057" ,
807
+ "url" => "https://api.github.com/repos/ octocat/Hello-World/git/blobs/45b983be36b73c0788dc9cbcb76cbb80fc7bb057" ,
808
808
}
809
809
]
810
810
}