1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00

Update link for diff-lcs 🤘

This commit is contained in:
Lee Reilly 2012-09-28 15:34:52 -07:00
parent e870e0d561
commit dd9df44601

View file

@ -552,7 +552,7 @@ For diffing two strings:
* [htmldiff](http://github.com/myobie/htmldiff): expects but doesn't require HTML input and produces HTML output. Works very well but slows down significantly on large (e.g. 5,000 word) inputs.
* [differ](http://github.com/pvande/differ): expects plain text input and produces plain text/coloured/HTML/any output. Can do character-wise, word-wise, line-wise, or arbitrary-boundary-string-wise diffs. Works very well on non-HTML input.
* [diff-lcs](http://github.com/halostatue/ruwiki/tree/master/diff-lcs/trunk): old-school, line-wise diffs.
* [diff-lcs](https://github.com/halostatue/diff-lcs): old-school, line-wise diffs.
For diffing two ActiveRecord objects: