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

Commit 13e57c5

Browse files
authored
Merge pull request #2518 from alyssais/README_git_https
Use https:// instead of git:// for README URLs
2 parents cf84052 + bfb3ab8 commit 13e57c5

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
@@ -15,7 +15,7 @@ RSpec repos as well. Add the following to your `Gemfile`:
1515

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

0 commit comments

Comments
 (0)