From 09044e000f2e0dd2d9d9f03db60c6b8452b6dd23 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Tue, 2 Aug 2011 11:40:36 -0700 Subject: [PATCH] Update instances of "old style" RFC URLs to the perferred version. Signed-off-by: Xin LI --- README | 2 +- deflate.c | 2 +- doc/algorithm.txt | 2 +- zlib.3 | 6 +++--- zlib.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index d4219bf..bf7614a 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ ZLIB DATA COMPRESSION LIBRARY zlib 1.2.5 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files -http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) +http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). All functions of the compression library are documented in the file zlib.h diff --git a/deflate.c b/deflate.c index 5c4022f..5ad04d9 100644 --- a/deflate.c +++ b/deflate.c @@ -37,7 +37,7 @@ * REFERENCES * * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification". - * Available in http://www.ietf.org/rfc/rfc1951.txt + * Available in http://tools.ietf.org/html/rfc1951 * * A description of the Rabin and Karp algorithm is given in the book * "Algorithms" by R. Sedgewick, Addison-Wesley, p252. diff --git a/doc/algorithm.txt b/doc/algorithm.txt index 34960bd..c97f495 100644 --- a/doc/algorithm.txt +++ b/doc/algorithm.txt @@ -206,4 +206,4 @@ Compression,'' IEEE Transactions on Information Theory, Vol. 23, No. 3, pp. 337-343. ``DEFLATE Compressed Data Format Specification'' available in -http://www.ietf.org/rfc/rfc1951.txt +http://tools.ietf.org/html/rfc1951 diff --git a/zlib.3 b/zlib.3 index 27adc4c..1c1851f 100644 --- a/zlib.3 +++ b/zlib.3 @@ -95,11 +95,11 @@ http://zlib.net/ The data format used by the zlib library is described by RFC (Request for Comments) 1950 to 1952 in the files: .IP -http://www.ietf.org/rfc/rfc1950.txt (for the zlib header and trailer format) +http://tools.ietf.org/html/rfc1950 (for the zlib header and trailer format) .br -http://www.ietf.org/rfc/rfc1951.txt (for the deflate compressed data format) +http://tools.ietf.org/html/rfc1951 (for the deflate compressed data format) .br -http://www.ietf.org/rfc/rfc1952.txt (for the gzip header and trailer format) +http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format) .LP Mark Nelson wrote an article about .I zlib diff --git a/zlib.h b/zlib.h index bfbba83..2937804 100644 --- a/zlib.h +++ b/zlib.h @@ -24,7 +24,7 @@ The data format used by the zlib library is described by RFCs (Request for - Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt + Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). */ -- 1.7.6