Skip to content

Commit fbeb3f8

Browse files
committed
fixed more http -> https urls
1 parent 855343d commit fbeb3f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/commands/helpers.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,15 @@
249249
end
250250

251251
helper :network_meta_for do |user|
252-
"http://github.com/#{user}/#{project}/network_meta"
252+
"https://github.com/#{user}/#{project}/network_meta"
253253
end
254254

255255
helper :issues_page_for do |user|
256256
"https://github.com/#{user}/#{project}/issues"
257257
end
258258

259259
helper :list_issues_for do |user, state|
260-
"http://github.com/api/v2/yaml/issues/list/#{user}/#{project}/#{state}"
260+
"https://github.com/api/v2/yaml/issues/list/#{user}/#{project}/#{state}"
261261
end
262262

263263
helper :has_launchy? do |blk|

0 commit comments

Comments
 (0)