diff options
author | Leah Rowe <info@minifree.org> | 2018-06-13 21:43:14 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2018-06-13 21:43:14 +0100 |
commit | 89961a3cb7d38575c09ef72c350b7bddadf01756 (patch) | |
tree | e7b6d09240dafdc78b8b8b1e410ea72a923513b4 /resources/utilities | |
parent | 06cfdcc564c76c195128548a2664fd49f55b32d9 (diff) | |
download | librebootfr-89961a3cb7d38575c09ef72c350b7bddadf01756.tar.gz librebootfr-89961a3cb7d38575c09ef72c350b7bddadf01756.zip |
Fix/update/remove dead/broken links on the website and documentation
Thanks go to skollrc for pointing out these dead links, on this thread:
https://www.reddit.com/r/libreboot/comments/8pjjg5/some_dead_links_in_libreboot
_website/
Diffstat (limited to 'resources/utilities')
-rw-r--r-- | resources/utilities/ich9deblob/src/gbe/gbe.h | 2 | ||||
-rw-r--r-- | resources/utilities/ich9deblob/src/ich9deblob.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h index a1350fdd..454ab2a2 100644 --- a/resources/utilities/ich9deblob/src/gbe/gbe.h +++ b/resources/utilities/ich9deblob/src/gbe/gbe.h @@ -35,7 +35,7 @@ * * Info about Gbe region (read whole datasheet): * http://www.intel.co.uk/content/dam/doc/application-note/i-o-controller-hub-9m-82567lf-lm-v-nvm-map-appl-note.pdf - * https://communities.intel.com/community/wired/blog/2010/10/14/how-to-basic-eeprom-checksums + * https://web.archive.org/web/20150912070329/https://communities.intel.com/community/wired/blog/2010/10/14/how-to-basic-eeprom-checksums */ #ifndef GBESTRUCT_H diff --git a/resources/utilities/ich9deblob/src/ich9deblob.c b/resources/utilities/ich9deblob/src/ich9deblob.c index d79a3a89..d0fc537a 100644 --- a/resources/utilities/ich9deblob/src/ich9deblob.c +++ b/resources/utilities/ich9deblob/src/ich9deblob.c @@ -42,7 +42,7 @@ * * Info about Gbe region (read whole datasheet): * http://www.intel.co.uk/content/dam/doc/application-note/i-o-controller-hub-9m-82567lf-lm-v-nvm-map-appl-note.pdf - * https://communities.intel.com/community/wired/blog/2010/10/14/how-to-basic-eeprom-checksums + * https://web.archive.org/web/20150912070329/https://communities.intel.com/community/wired/blog/2010/10/14/how-to-basic-eeprom-checksums */ #include "ich9deblob.h" |