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

Commit 26de4cc

Browse files
committed
Use https:// instead of git:// URLs in READMEs
See rspec/rspec-core#2518.
1 parent d8ae7a4 commit 26de4cc

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)