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

Commit a81b067

Browse files
alyssaismyronmarston
authored andcommitted
Use https:// instead of git:// URLs in READMEs (#1044)
See rspec/rspec-core#2518.
1 parent bee4e14 commit a81b067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEV-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Set up the dev environment
22

3-
git clone git://github.com/rspec/rspec-expectations.git
3+
git clone https://github.com/rspec/rspec-expectations.git
44
cd rspec-expectations
55
gem install bundler
66
bundle install

README.md

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

2121
```ruby
2222
%w[rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
23-
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => 'master'
23+
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => 'master'
2424
end
2525
```
2626

0 commit comments

Comments
 (0)