The read-edid project moved to a new maintainer. --- eeprom/decode-dimms | 2 +- eeprom/decode-edid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms index 787b6f5..08621a2 100755 --- a/eeprom/decode-dimms +++ b/eeprom/decode-dimms @@ -35,7 +35,7 @@ # 1997,1999, Rev 1.2B # # Jedec Standards 4.1.x & 4.5.x -# http://www.jedec.org +# https://www.jedec.org/ # require 5.004; diff --git a/eeprom/decode-edid b/eeprom/decode-edid index a669985..60c3712 100755 --- a/eeprom/decode-edid +++ b/eeprom/decode-edid @@ -36,7 +36,7 @@ # what it finds in /proc to binary data to feed the parse-edid program. # The parse-edid program was written by John Fremlin and is available at # the following address: -# http://john.fremlin.de/programs/linux/read-edid/ +# http://www.polypux.org/projects/read-edid/ use strict; use Fcntl qw(:DEFAULT :seek); -- 2.40.1