Skip to content

Commit 6aa873c

Browse files
authored
Update links in _repos to point to monorepo trees
1 parent b3593f5 commit 6aa873c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

source/_repos.html.slim

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,17 @@ ul
44
= link_to 'https://github.com/rspec/rspec-rails', 'https://github.com/rspec/rspec-rails'
55
li
66
| 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'
88
| (runner, configuration, etc)
99
li
1010
| 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'
1212
| (doubles, spies, etc)
1313
li
1414
| 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'
1616
| (matchers)
1717
li
1818
| 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'
2020
| (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

Comments
 (0)