Skip to content

Commit 3f79074

Browse files
authored
Merge pull request #104 from olleolleolle/patch-1
README.md: Link to rspec.info
2 parents d20e820 + 5190951 commit 3f79074

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can use it in combination with other [formatters][rspec-formatters], too:
3333
rspec --format progress --format RspecJunitFormatter --out rspec.xml
3434
```
3535

36-
[rspec-formatters]: https://relishapp.com/rspec/rspec-core/v/3-6/docs/formatters
36+
[rspec-formatters]: https://rspec.info/features/3-12/rspec-core/formatters/
3737

3838
### Using in your project with Bundler
3939

@@ -53,7 +53,7 @@ Put the same arguments as the commands above in [your `.rspec`][rspec-file]:
5353
--out rspec.xml
5454
```
5555
[bundler]: https://bundler.io
56-
[rspec-file]: https://relishapp.com/rspec/rspec-core/v/3-6/docs/configuration/read-command-line-configuration-options-from-files
56+
[rspec-file]: https://rspec.info/features/3-12/rspec-core/configuration/read-options-from-file/
5757

5858
### Parallel tests
5959

@@ -90,7 +90,7 @@ RSpec.configure do |config|
9090
end
9191
```
9292

93-
Note that this example captures all output from every example all the time, potentially interfering with local debugging. You might like to restrict this to only on CI, or by using [rspec filters](https://relishapp.com/rspec/rspec-core/docs/hooks/filters).
93+
Note that this example captures all output from every example all the time, potentially interfering with local debugging. You might like to restrict this to only on CI, or by using [rspec filters](https://rspec.info/features/3-12/rspec-core/hooks/filtering/).
9494

9595
## Caveats
9696

0 commit comments

Comments
 (0)