We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b5c6d commit c51622aCopy full SHA for c51622a
lib/resources.rb
@@ -1315,8 +1315,8 @@ def fetch_content(key)
1315
"comments" => 0,
1316
"comments_url" => "https://api.github.com/gists/#{SecureRandom.hex(10)}/comments/",
1317
"html_url" => "https://gist.github.com/1",
1318
- "git_pull_url" => "git://gist.github.com/1.git",
1319
- "git_push_url" => "git@gist.github.com:1.git",
+ "git_pull_url" => "https://gist.github.com/1.git",
+ "git_push_url" => "https://gist.github.com/1.git",
1320
"created_at" => "2010-04-14T02:15:15Z",
1321
"updated_at" => "2011-06-20T11:34:15Z"
1322
}
0 commit comments