diff options
author | Nathan Cerny <nathan.cerny@cerner.com> | 2014-11-11 10:42:13 -0600 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-11-13 12:39:38 -0800 |
commit | ac270ac158e8fa5f26e94654158902cea8273166 (patch) | |
tree | c13bf86a82f77b8ec4a2ce907244ce3f8c6c6428 /CONTRIBUTING.md | |
parent | e6d0a0ea72bc982ac294d64764efa4f1d6da0e66 (diff) | |
download | chef-ac270ac158e8fa5f26e94654158902cea8273166.tar.gz |
Fix rubygems provider to use https instead of http.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8618ad381..8c19e1011a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -173,7 +173,7 @@ Contributions go through a review process to improve code quality and avoid regr Our primary shipping vehicle is operating system specific packages that includes all the requirements of Chef. We call these [Omnibus packages](https://github.com/opscode/omnibus-ruby) -We also release our software as gems to [Rubygems](http://rubygems.org/) but we strongly +We also release our software as gems to [Rubygems](https://rubygems.org/) but we strongly recommend using Chef packages since they are the only combination of native libraries & gems required by Chef that we test throughly. |