From e43d01e9874778bd5f19fff81c8bb3f5b7930746 Mon Sep 17 00:00:00 2001 From: vignesh Date: Sat, 12 Oct 2019 05:27:52 +0530 Subject: [PATCH] Updated the links that are not working. Some of the links provided in the files are not working, modified it with the updated links. --- src/backend/utils/hash/pg_crc.c | 2 +- src/include/utils/pg_crc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/utils/hash/pg_crc.c b/src/backend/utils/hash/pg_crc.c index 65bf8ff..6ee6ffd 100644 --- a/src/backend/utils/hash/pg_crc.c +++ b/src/backend/utils/hash/pg_crc.c @@ -5,7 +5,7 @@ * * See Ross Williams' excellent introduction * A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from - * http://www.ross.net/crc/download/crc_v3.txt or several other net sites. + * http://ross.net/crc/download/crc_v3.txt or several other net sites. * * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California diff --git a/src/include/utils/pg_crc.h b/src/include/utils/pg_crc.h index 4d5c99d..766b40b 100644 --- a/src/include/utils/pg_crc.h +++ b/src/include/utils/pg_crc.h @@ -5,7 +5,7 @@ * * See Ross Williams' excellent introduction * A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from - * http://www.ross.net/crc/ or several other net sites. + * http://ross.net/crc/index.html or several other net sites. * * We have three slightly different variants of a 32-bit CRC calculation: * CRC-32C (Castagnoli polynomial), CRC-32 (Ethernet polynomial), and a legacy -- 1.8.3.1