This is an automated email from the ASF dual-hosted git repository.

kojiromike pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new f0aad42  AVRO-2030: Link to Google Books Chapter (#695)
f0aad42 is described below

commit f0aad4230f5d2e6d6565c86701f3d21e59990f28
Author: Michael A. Smith <[email protected]>
AuthorDate: Wed Oct 30 20:59:10 2019 -0400

    AVRO-2030: Link to Google Books Chapter (#695)
---
 doc/src/content/xdocs/spec.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/src/content/xdocs/spec.xml b/doc/src/content/xdocs/spec.xml
index 5ed95cb..947ae60 100644
--- a/doc/src/content/xdocs/spec.xml
+++ b/doc/src/content/xdocs/spec.xml
@@ -1404,10 +1404,11 @@ void initFPTable() {
 }
         </source>
 
-        <p> Readers interested in the mathematics behind this
-        algorithm may want to read <a
-        href="https://www.scribd.com/fb-6001967/d/84795-Crc";>this book
-        chapter.</a> (Unlike RFC-1952 and the book chapter, we prepend
+        <p>Readers interested in the mathematics behind this
+          algorithm may want to read
+        <a href="https://books.google.com/books?id=XD9iAwAAQBAJ&amp;pg=PA319";
+          >Chapter 14 of the Second Edition of <em>Hacker's Delight</em></a>.
+        (Unlike RFC-1952 and the book chapter, we prepend
         a single one bit to messages.  We do this because CRCs ignore
         leading zero bits, which can be problematic.  Our code
         prepends a one-bit by initializing fingerprints using

Reply via email to