Skip to content

Commit 6cdd9c2

Browse files
sealocaljas14
andauthored
Update README.md and User Docs with revised link to rspec differ (#276)
The current link to the rspec differ points to an archived repo. This link points to the latest rspec support git tag (`rspec-support-3.13.2`). Co-authored-by: Joe Stein <[email protected]>
1 parent bb367ea commit 6cdd9c2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
### Other changes
2121

2222
- Fix `logger` dependency issues in CI. [#277](https://github.com./splitwise/super_diff/pull/277)
23+
- Updated permalink to rspec differ in README.md [#258](https://github.com./splitwise/super_diff/pull/276) by [@sealocal](https://github.com./sealocal)
2324

2425
## 0.15.0 - 2025-01-06
2526

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Since [RSpec merely runs your `expected` and `actual` values through Ruby's Pret
2828
and then performs a diff of these strings,
2929
the output it produces leaves much to be desired.
3030

31-
[rspec-differ-fail]: https://github.com./rspec/rspec-support/blob/c69a231d7369dd165ad7ce4742e1a2e21e3462b5/lib/rspec/support/differ.rb#L178
31+
[rspec-differ-fail]: https://github.com./rspec/rspec/blob/rspec-support-v3.13.2/rspec-support/lib/rspec/support/differ.rb#L180-L192
3232

3333
For instance, let's say you wanted to compare these two hashes:
3434

docs/users/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Since [RSpec merely runs your `expected` and `actual` values through Ruby's Pret
1616
and then performs a diff of these strings,
1717
the output it produces leaves much to be desired.
1818

19-
[rspec-differ-fail]: https://github.com./rspec/rspec-support/blob/c69a231d7369dd165ad7ce4742e1a2e21e3462b5/lib/rspec/support/differ.rb#L178
19+
[rspec-differ-fail]: https://github.com./rspec/rspec/blob/rspec-support-v3.13.2/rspec-support/lib/rspec/support/differ.rb#L180-L192
2020

2121
For instance, let's say you wanted to compare these two hashes:
2222

0 commit comments

Comments
 (0)