From 8c587d991eff1013a2174df5451bcd2bbdc27c43 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 20 Feb 2025 09:52:26 -0800 Subject: [PATCH] Update README.md and User Docs with revised link to rspec differ --- CHANGELOG.md | 4 ++++ README.md | 2 +- docs/users/index.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d08531b3..dfcccc24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### Other changes + +- Updated permalink to rspec differ in README.md [#258](https://github.com/splitwise/super_diff/pull/276) by [@sealocal](https://github.com/sealocal) + ## 0.15.0 - 2025-01-06 ### Features diff --git a/README.md b/README.md index d7a3bff5..e67a3485 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Since [RSpec merely runs your `expected` and `actual` values through Ruby's Pret and then performs a diff of these strings, the output it produces leaves much to be desired. -[rspec-differ-fail]: https://github.com/rspec/rspec-support/blob/c69a231d7369dd165ad7ce4742e1a2e21e3462b5/lib/rspec/support/differ.rb#L178 +[rspec-differ-fail]: https://github.com/rspec/rspec/blob/rspec-support-v3.13.2/rspec-support/lib/rspec/support/differ.rb#L180-L192 For instance, let's say you wanted to compare these two hashes: diff --git a/docs/users/index.md b/docs/users/index.md index e2624697..419192fd 100644 --- a/docs/users/index.md +++ b/docs/users/index.md @@ -16,7 +16,7 @@ Since [RSpec merely runs your `expected` and `actual` values through Ruby's Pret and then performs a diff of these strings, the output it produces leaves much to be desired. -[rspec-differ-fail]: https://github.com/rspec/rspec-support/blob/c69a231d7369dd165ad7ce4742e1a2e21e3462b5/lib/rspec/support/differ.rb#L178 +[rspec-differ-fail]: https://github.com/rspec/rspec/blob/rspec-support-v3.13.2/rspec-support/lib/rspec/support/differ.rb#L180-L192 For instance, let's say you wanted to compare these two hashes: