|
4 | 4 | = link_to 'https://github.com/rspec/rspec-rails', 'https://github.com/rspec/rspec-rails' |
5 | 5 | li |
6 | 6 | | For bugs with rspec-core: |
7 | | - = link_to 'https://github.com/rspec/rspec-core', 'https://github.com/rspec/rspec-core' |
| 7 | + = link_to 'https://github.com/rspec/rspec/tree/main/rspec-core', 'https://github.com/rspec/rspec/tree/main/rspec-core' |
8 | 8 | | (runner, configuration, etc) |
9 | 9 | li |
10 | 10 | | For bugs with rspec-mocks: |
11 | | - = link_to 'https://github.com/rspec/rspec-mocks', 'https://github.com/rspec/rspec-mocks' |
| 11 | + = link_to 'https://github.com/rspec/rspec/tree/main/rspec-mocks', 'https://github.com/rspec/rspec/tree/main/rspec-mocks' |
12 | 12 | | (doubles, spies, etc) |
13 | 13 | li |
14 | 14 | | For bugs with rspec-expectations: |
15 | | - = link_to 'https://github.com/rspec/rspec-expectations', 'https://github.com/rspec/rspec-expectations' |
| 15 | + = link_to 'https://github.com/rspec/rspec/tree/main/rspec-expectations', 'https://github.com/rspec/rspec/tree/main/rspec-expectations' |
16 | 16 | | (matchers) |
17 | 17 | li |
18 | 18 | | For bugs with rspec-support: |
19 | | - = link_to 'https://github.com/rspec/rspec-support', 'https://github.com/rspec/rspec-support' |
| 19 | + = link_to 'https://github.com/rspec/rspec/tree/main/rspec-support', 'https://github.com/rspec/rspec/tree/main/rspec-support' |
20 | 20 | | (string encoding, failed expectation diffing, Ruby feature detection, etc) |
21 | | - li |
22 | | - | For bugs with rspec-dev: |
23 | | - = link_to 'https://github.com/rspec/rspec-dev', 'https://github.com/rspec/rspec-dev' |
24 | | - | (tools for developing rspec) |
0 commit comments