Skip to content

Commit 1f1ec96

Browse files
Replace broken link to Myers's paper in the README with a working one (#476)
1 parent 707fccc commit 1f1ec96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A JavaScript text differencing implementation. Try it out in the **[online demo](https://kpdecker.github.io/jsdiff)**.
77

88
Based on the algorithm proposed in
9-
["An O(ND) Difference Algorithm and its Variations" (Myers, 1986)](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.6927).
9+
["An O(ND) Difference Algorithm and its Variations" (Myers, 1986)](http://www.xmailserver.org/diff2.pdf).
1010

1111
## Installation
1212
```bash

0 commit comments

Comments
 (0)