summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Endsley <mendsley@gmail.com>2015-03-23 12:43:28 -0700
committerMatthew Endsley <mendsley@gmail.com>2015-03-23 12:43:28 -0700
commit2c69315a0ebb73f29dd28e1bc07ab3e8ca23e332 (patch)
tree078ee555f4821145ef992b9b909653df42e9dd52
parentc1b16b12bb6eb00b093ed58e9ba63411b6869eda (diff)
parent9a67fcc047d825bedf4ee1078cd0c6b81be3d76b (diff)
downloadbsdiff-2c69315a0ebb73f29dd28e1bc07ab3e8ca23e332.tar.gz
Merge pull request #8 from CoolOppo/patch-1
Important distinction!
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7997162..427ab23 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,7 @@ bsdiff and bspatch are libraries for building and applying patches to binary
files.
The original algorithm and implementation was developed by Colin Percival. The
-algorithm is detailed in his doctoral thesis:
-<http://www.daemonology.net/papers/thesis.pdf>. For more information visit his
+algorithm is detailed in his (unpublished) paper, [Naïve Differences of Executable Code](http://www.daemonology.net/papers/bsdiff.pdf). For more information, visit his
website at <http://www.daemonology.net/bsdiff/>.
I maintain this project seperately from Colin's work, with the goal of making