Skip to content

Commit

Permalink
fixed more http -> https urls
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Nov 4, 2010
1 parent 855343d commit fbeb3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/commands/helpers.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -249,15 +249,15 @@
end end


helper :network_meta_for do |user| helper :network_meta_for do |user|
"http://github.com/#{user}/#{project}/network_meta" "https://github.com/#{user}/#{project}/network_meta"
end end


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


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


helper :has_launchy? do |blk| helper :has_launchy? do |blk|
Expand Down

0 comments on commit fbeb3f8

Please sign in to comment.