Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit c41e875

Browse files
authored
Merge pull request #344 from alyssais/master
Use https:// instead of git:// URLs in READMEs
2 parents d8ae7a4 + 26de4cc commit c41e875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RSpec repos as well. Add the following to your `Gemfile`:
1313

1414
```ruby
1515
%w[rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
16-
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => 'master'
16+
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => 'master'
1717
end
1818
```
1919

0 commit comments

Comments
 (0)