Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use https for github urls
  • Loading branch information
catsby committed Nov 1, 2012
1 parent 9563b5a commit 6157037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -13,7 +13,7 @@ Example Usage:
$ ls
Gemfile Gemfile.lock

$ heroku create --stack cedar --buildpack http://github.com/heroku/heroku-buildpack-ruby.git
$ heroku create --stack cedar --buildpack https://github.com/heroku/heroku-buildpack-ruby.git

$ git push heroku master
...
Expand Down Expand Up @@ -47,7 +47,7 @@ Example Usage:
$ ls config/environment.rb
config/environment.rb

$ heroku create --stack cedar --buildpack http://github.com/heroku/heroku-buildpack-ruby.git
$ heroku create --stack cedar --buildpack https://github.com/heroku/heroku-buildpack-ruby.git

$ git push heroku master
...
Expand Down Expand Up @@ -81,7 +81,7 @@ Example Usage:
$ ls config/application.rb
config/application.rb

$ heroku create --stack cedar --buildpack http://github.com/heroku/heroku-buildpack-ruby.git
$ heroku create --stack cedar --buildpack https://github.com/heroku/heroku-buildpack-ruby.git

$ git push heroku master
-----> Heroku receiving push
Expand Down

0 comments on commit 6157037

Please sign in to comment.